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.
26 lines
485 B
Prolog
26 lines
485 B
Prolog
1 year ago
|
QT += core gui
|
||
|
TARGET = hotplugwatcher_gui
|
||
|
include(../src/libQDeviceWatcher.pri)
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||
|
|
||
|
CONFIG += c++11
|
||
|
QT += widgets
|
||
|
win32:!wince*:LIBS += -lUser32
|
||
|
|
||
|
HEADERS += \
|
||
|
hotplugwatcher_gui.h
|
||
|
|
||
|
SOURCES += \
|
||
|
hotplugwatcher_gui.cpp \
|
||
|
main_gui.cpp
|
||
|
|
||
|
contains(MEEGO_EDITION,harmattan) {
|
||
|
target.path = /opt/hotplugwatcher_gui/bin
|
||
|
INSTALLS += target
|
||
|
}
|
||
|
|
||
|
maemo5 {
|
||
|
target.path = /opt/hotplugwatcher_gui/bin
|
||
|
INSTALLS += target
|
||
|
}
|