2011-04-27 10:05:43 +00:00
|
|
|
#! [0]
|
|
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += plugin static
|
|
|
|
INCLUDEPATH += ../..
|
|
|
|
HEADERS = basictoolsplugin.h
|
|
|
|
SOURCES = basictoolsplugin.cpp
|
2012-02-23 11:26:10 +00:00
|
|
|
OTHER_FILES += basictools.json
|
2011-04-27 10:05:43 +00:00
|
|
|
TARGET = $$qtLibraryTarget(pnp_basictools)
|
|
|
|
DESTDIR = ../../plugandpaint/plugins
|
|
|
|
#! [0]
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint/plugins
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins/basictools
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|