efde205586
- AccessibleWidgets - Windows printer support - Examples Change-Id: Icc162bd7fc284b3c76d9966210f983728085c743 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
19 lines
562 B
Prolog
19 lines
562 B
Prolog
#! [0]
|
|
TEMPLATE = lib
|
|
CONFIG += plugin static
|
|
INCLUDEPATH += ../..
|
|
HEADERS = basictoolsplugin.h
|
|
SOURCES = basictoolsplugin.cpp
|
|
OTHER_FILES += basictools.json
|
|
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
|
|
|
|
QT += widgets
|