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.
24 lines
448 B
Prolog
24 lines
448 B
Prolog
2 years ago
|
TEMPLATE = lib
|
||
|
QT -= gui
|
||
|
CONFIG *= qdevicewatcher-buildlib
|
||
|
|
||
|
!include(libQDeviceWatcher.pri): error(could not find ibQDeviceWatcher.pri)
|
||
|
|
||
|
#src
|
||
|
unix: SOURCES += qdevicewatcher_linux.cpp
|
||
|
win32 {
|
||
|
wince*: SOURCES += qdevicewatcher_wince.cpp
|
||
|
else: SOURCES += qdevicewatcher_win32.cpp
|
||
|
}
|
||
|
|
||
|
SOURCES += qdevicewatcher.cpp \
|
||
|
qdevicechangeevent.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
qdevicewatcher_p.h \
|
||
|
qdevicewatcher.h \
|
||
|
qdevicechangeevent.h \
|
||
|
qdevicewatcher_global.h
|
||
|
|
||
|
|