qsstv/qsstv_9_2.pro
2018-02-18 08:15:41 +01:00

16 lines
163 B
Prolog

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