source: trunk/examples/xml/saxbookmarks/saxbookmarks.pro@ 561

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

trunk: Merged in qt 4.6.1 sources.

File size: 821 bytes
Line 
1HEADERS = mainwindow.h \
2 xbelgenerator.h \
3 xbelhandler.h
4SOURCES = main.cpp \
5 mainwindow.cpp \
6 xbelgenerator.cpp \
7 xbelhandler.cpp
8QT += xml
9
10# install
11target.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks
12sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS saxbookmarks.pro *.xbel
13sources.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks
14INSTALLS += target sources
15
16wince*: {
17 addFiles.sources = frank.xbel jennifer.xbel
18 addFiles.path = \My Documents
19 DEPLOYMENT += addFiles
20}
21
22symbian: {
23 TARGET.UID3 = 0xA000C60A
24 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
25 addFiles.sources = frank.xbel jennifer.xbel
26 addFiles.path = /data/qt/saxbookmarks
27 DEPLOYMENT += addFiles
28}
Note: See TracBrowser for help on using the repository browser.