summaryrefslogtreecommitdiffstats
path: root/examples/uitools/uitools.pro
blob: 78c15fa00fae1fb3cfded6ae5bacdcf15165591d (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

include($$QT_SOURCE_TREE/examples/examplebase.pri)