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

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

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

symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example