qt5base-lts/examples/desktop/systray/systray.pro
Friedemann Kleint 502673ab3a Re-add the Systray example.
Remove its dependency on QtSvg by converting the icons to
(optimized) png files.

Change-Id: If63257938dc816d7ab76a3042b9ac88ef3d51b07
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-03-12 17:33:15 +01:00

15 lines
428 B
Prolog

HEADERS = window.h
SOURCES = main.cpp \
window.cpp
RESOURCES = systray.qrc
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/systray
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/systray
INSTALLS += target sources
simulator: warning(This example might not fully work on Simulator platform)