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

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

symbian: CONFIG += qt_example

symbian:TARGET.EPOCALLOWDLLDATA = 1
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)