summaryrefslogtreecommitdiffstats
path: root/examples/uitools/uitools.pro
blob: 4a643e61238e1274900023fe0b1d56426f750bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = subdirs
SUBDIRS       = multipleinheritance

!wince*:!symbian:contains(QT_BUILD_PARTS, tools): SUBDIRS += textfinder

# install
target.path = $$[QT_INSTALL_EXAMPLES]/uitools
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS uitools.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/uitools
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)