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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
INSTALLS += target