source: trunk/examples/desktop/systray/systray.pro@ 855

Last change on this file since 855 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 711 bytes
Line 
1HEADERS = window.h
2SOURCES = main.cpp \
3 window.cpp
4RESOURCES = systray.qrc
5QT += xml svg
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/desktop/systray
9sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro resources images
10sources.path = $$[QT_INSTALL_EXAMPLES]/desktop/systray
11INSTALLS += target sources
12
13symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
14
15wince* {
16 CONFIG(debug, release|debug) {
17 addPlugins.sources = $$QT_BUILD_TREE/plugins/imageformats/qsvgd4.dll
18 }
19 CONFIG(release, release|debug) {
20 addPlugins.sources = $$QT_BUILD_TREE/plugins/imageformats/qsvg4.dll
21 }
22 addPlugins.path = imageformats
23 DEPLOYMENT += addPlugins
24}
Note: See TracBrowser for help on using the repository browser.