blob: 653209456973fe000ba070f92b109623b0b738b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|