Init commit.
This commit is contained in:
11
systray.pro
Normal file
11
systray.pro
Normal file
@@ -0,0 +1,11 @@
|
||||
HEADERS = window.h
|
||||
SOURCES = main.cpp \
|
||||
window.cpp
|
||||
RESOURCES = systray.qrc
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(combobox))
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
|
||||
INSTALLS += target
|
||||
Reference in New Issue
Block a user