summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaintplugins/basictools/basictools.pro
blob: 731034fb3c1b226c9cbfbb77d8ae4d46751ac4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! [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]/tools/plugandpaint/plugins
INSTALLS += target

QT += widgets