Last change
on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
582 bytes
|
Line | |
---|
1 | SOURCES += main.cpp filetree.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
|
---|
2 | HEADERS += filetree.h mainwindow.h ../shared/xmlsyntaxhighlighter.h
|
---|
3 | FORMS += forms/mainwindow.ui
|
---|
4 | QT += xmlpatterns
|
---|
5 | RESOURCES += queries.qrc
|
---|
6 | INCLUDEPATH += ../shared/
|
---|
7 |
|
---|
8 | # install
|
---|
9 | target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
|
---|
10 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
|
---|
11 | sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
|
---|
12 | INSTALLS += target sources
|
---|
13 |
|
---|
14 | symbian {
|
---|
15 | TARGET.UID3 = 0xA000D7C4
|
---|
16 | include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.