qt6-bb10/examples/widgets/tools/plugandpaintplugins/basictools/basictools.pro

15 lines
378 B
Prolog

#! [0]
TEMPLATE = lib
CONFIG += plugin static
QT += widgets
INCLUDEPATH += ../..
HEADERS = basictoolsplugin.h
SOURCES = basictoolsplugin.cpp
TARGET = $$qtLibraryTarget(pnp_basictools)
DESTDIR = ../../plugandpaint/plugins
#! [0]
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins
INSTALLS += target