summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/plugins/extrafilters/extrafilters.pro
blob: 4716665d34dadb2292c1e6a6600aca270ab28e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! [0]
TEMPLATE      = lib
CONFIG       += plugin
QT           += widgets
INCLUDEPATH  += ../../app
HEADERS       = extrafiltersplugin.h
SOURCES       = extrafiltersplugin.cpp
TARGET        = $$qtLibraryTarget(pnp_extrafilters)
DESTDIR       = ../../plugins

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

CONFIG += install_ok  # Do not cargo-cult this!
uikit: CONFIG += debug_and_release simulator_and_device