6175de34a30b5e9ccd722e3065d0b88eb7a22920
[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 TARGET        = $$qtLibraryTarget(pnp_basictools)
8 DESTDIR       = ../../plugandpaint/plugins
9 #! [0]
10
11 # install
12 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint/plugins
13 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
14 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins/basictools
15 INSTALLS += target sources
16
17 QT += widgets