qt-openzwave/qt-openzwave.pro

21 lines
360 B
Prolog
Raw Normal View History

2019-05-22 17:17:22 +08:00
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-27T16:10:29
#
#-------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered silent
2019-10-14 16:56:40 +08:00
SUBDIRS += qt-openzwave \
qt-openzwavedatabase \
2020-01-03 15:10:43 +08:00
qt-ozwdaemon
2019-08-23 16:53:31 +08:00
2020-01-03 15:10:43 +08:00
Examples {
SUBDIRS += qt-simpleclient
}
2019-08-23 16:53:31 +08:00
win32 {
2020-01-03 15:10:43 +08:00
SUBDIRS -= qt-openzwavedatabase
2019-08-23 16:53:31 +08:00
}