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

!wince*: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