mirror of
https://github.com/xdsopl/qsstv.git
synced 2025-12-06 03:42:00 +01:00
16 lines
163 B
Prolog
16 lines
163 B
Prolog
|
|
TEMPLATE = subdirs
|
||
|
|
|
||
|
|
CONFIG += ordered
|
||
|
|
|
||
|
|
CONFIG(debug ,debug|release){
|
||
|
|
SUBDIRS += \
|
||
|
|
qwt \
|
||
|
|
qsstv
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
CONFIG(release ,debug|release){
|
||
|
|
SUBDIRS += \
|
||
|
|
qsstv
|
||
|
|
}
|