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:
597 bytes
|
Line | |
---|
1 | HEADERS = mainwindow.h \
|
---|
2 | xbelgenerator.h \
|
---|
3 | xbelhandler.h
|
---|
4 | SOURCES = main.cpp \
|
---|
5 | mainwindow.cpp \
|
---|
6 | xbelgenerator.cpp \
|
---|
7 | xbelhandler.cpp
|
---|
8 | QT += xml
|
---|
9 |
|
---|
10 | # install
|
---|
11 | target.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks
|
---|
12 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS saxbookmarks.pro *.xbel
|
---|
13 | sources.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks
|
---|
14 | INSTALLS += target sources
|
---|
15 |
|
---|
16 | wince*: {
|
---|
17 | addFiles.sources = frank.xbel jennifer.xbel
|
---|
18 | addFiles.path = \My Documents
|
---|
19 | DEPLOYMENT += addFiles
|
---|
20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.