fa7c9bbe1c
These .pro files have TEMPLATE=subdirs, so there's no reason to be adding libraries here. Change-Id: I0fb0a44107710ee746d354106d0c46006958ee62 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
9 lines
302 B
Prolog
9 lines
302 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = tutorial1 tutorial2 tutorial3 tutorial4 tutorial5
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtestlib.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
|
|
INSTALLS += target sources
|