Last change
on this file since 16 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
502 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 | CONFIG -= app_bundle
|
---|
6 | RESOURCES += queries.qrc
|
---|
7 | INCLUDEPATH += ../shared/
|
---|
8 |
|
---|
9 | # install
|
---|
10 | target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
|
---|
11 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
|
---|
12 | sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
|
---|
13 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.