Initial MQTT bell app based on systray
This commit is contained in:
20
systray.pro
Normal file
20
systray.pro
Normal file
@@ -0,0 +1,20 @@
|
||||
HEADERS = window.h \
|
||||
subscriber.h
|
||||
SOURCES = main.cpp \
|
||||
subscriber.cpp \
|
||||
window.cpp
|
||||
RESOURCES = systray.qrc
|
||||
|
||||
QT += widgets core multimedia
|
||||
requires(qtConfig(combobox))
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../../Devel/build-qmqtt-Desktop_Qt_5_15_0_MinGW_32_bit-Debug/lib/ -lQt5Qmqtt
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../../../Devel/build-qmqtt-Desktop_Qt_5_15_0_MinGW_32_bit-Debug/lib/ -lQt5Qmqttd
|
||||
|
||||
INCLUDEPATH += $$PWD/../../../../../Devel/qmqtt-master/src/mqtt/
|
||||
DEPENDPATH += $$PWD/../../../../../Devel/build-qmqtt-Desktop_Qt_5_15_0_MinGW_32_bit-Debug/include
|
||||
Reference in New Issue
Block a user