2012-03-09 08:40:57 +00:00
|
|
|
HEADERS = window.h
|
|
|
|
SOURCES = main.cpp \
|
|
|
|
window.cpp
|
|
|
|
RESOURCES = systray.qrc
|
|
|
|
|
|
|
|
QT += widgets
|
|
|
|
|
|
|
|
# install
|
2012-11-21 13:04:34 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/desktop/systray
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro images
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/desktop/systray
|
2012-03-09 08:40:57 +00:00
|
|
|
INSTALLS += target sources
|
|
|
|
|
|
|
|
simulator: warning(This example might not fully work on Simulator platform)
|