You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
326 B
Prolog
16 lines
326 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = libqdevicewatcher test testgui
|
|
|
|
libqdevicewatcher.file = src/libQDeviceWatcher.pro
|
|
test.file = test/hotplugwatcher.pro
|
|
test.depends += libqdevicewatcher
|
|
|
|
testgui.file = test/hotplugwatcher_gui.pro
|
|
testgui.depends += libqdevicewatcher
|
|
|
|
OTHER_FILES += \
|
|
TODO.txt \
|
|
README
|
|
|