qsstv/qsstv_9.4.pro
2020-09-30 14:30:56 +02:00

16 lines
163 B
Prolog

TEMPLATE = subdirs
CONFIG += ordered
CONFIG(debug ,debug|release){
SUBDIRS += \
qwt \
qsstv
}
CONFIG(release ,debug|release){
SUBDIRS += \
qsstv
}