mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-15 19:41:24 +00:00
20 lines
360 B
INI
20 lines
360 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2016-04-27T16:10:29
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered silent
|
|
|
|
SUBDIRS += qt-openzwave \
|
|
qt-openzwavedatabase \
|
|
qt-ozwdaemon
|
|
|
|
Examples {
|
|
SUBDIRS += qt-simpleclient
|
|
}
|
|
win32 {
|
|
SUBDIRS -= qt-openzwavedatabase
|
|
}
|