summaryrefslogtreecommitdiffstats
path: root/examples/tools/plugandpaintplugins/basictools/basictools.pro
blob: 26a3f98bce1c189c3a7abe7fc2c5b0f6ef96f1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! [0]
TEMPLATE      = lib
CONFIG       += plugin static
INCLUDEPATH  += ../..
HEADERS       = basictoolsplugin.h
SOURCES       = basictoolsplugin.cpp
TARGET        = $$qtLibraryTarget(pnp_basictools)
DESTDIR       = ../../plugandpaint/plugins
#! [0]

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint/plugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins/basictools
INSTALLS += target sources

symbian: CONFIG += qt_example