Last change
on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
449 bytes
|
Line | |
---|
1 | TEMPLATE = subdirs
|
---|
2 | SUBDIRS = recipes \
|
---|
3 | trafficinfo \
|
---|
4 | xquery \
|
---|
5 | filetree
|
---|
6 |
|
---|
7 | # This example depends on QtWebkit as well.
|
---|
8 | contains(QT_CONFIG, webkit):SUBDIRS += qobjectxmlmodel
|
---|
9 |
|
---|
10 | # install
|
---|
11 | target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns
|
---|
12 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlpatterns.pro README
|
---|
13 | sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns
|
---|
14 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.