Last change
on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
646 bytes
|
Line | |
---|
1 | HEADERS = window.h
|
---|
2 | SOURCES = main.cpp \
|
---|
3 | window.cpp
|
---|
4 | RESOURCES = systray.qrc
|
---|
5 | QT += xml svg
|
---|
6 |
|
---|
7 | # install
|
---|
8 | target.path = $$[QT_INSTALL_EXAMPLES]/desktop/systray
|
---|
9 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro resources images
|
---|
10 | sources.path = $$[QT_INSTALL_EXAMPLES]/desktop/systray
|
---|
11 | INSTALLS += target sources
|
---|
12 |
|
---|
13 | wince* {
|
---|
14 | CONFIG(debug, release|debug) {
|
---|
15 | addPlugins.sources = $$QT_BUILD_TREE/plugins/imageformats/qsvgd4.dll
|
---|
16 | }
|
---|
17 | CONFIG(release, release|debug) {
|
---|
18 | addPlugins.sources = $$QT_BUILD_TREE/plugins/imageformats/qsvg4.dll
|
---|
19 | }
|
---|
20 | addPlugins.path = imageformats
|
---|
21 | DEPLOYMENT += addPlugins
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.