Use new plugin system in qtbase.
[profile/ivi/qtbase.git] / examples / tools / plugandpaintplugins / basictools / basictools.pro
1 #! [0]
2 TEMPLATE      = lib
3 CONFIG       += plugin static
4 INCLUDEPATH  += ../..
5 HEADERS       = basictoolsplugin.h
6 SOURCES       = basictoolsplugin.cpp
7 OTHER_FILES  += basictools.json
8 TARGET        = $$qtLibraryTarget(pnp_basictools)
9 DESTDIR       = ../../plugandpaint/plugins
10 #! [0]
11
12 # install
13 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint/plugins
14 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
15 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins/basictools
16 INSTALLS += target sources
17
18 QT += widgets