14 lines
457 B
Prolog
14 lines
457 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = basictools \
|
|
extrafilters
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaintplugins.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins
|
|
INSTALLS += target sources
|
|
|
|
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
|
|