mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
18 lines
453 B
Prolog
18 lines
453 B
Prolog
|
#! [0]
|
||
|
TEMPLATE = lib
|
||
|
CONFIG += plugin static
|
||
|
QT += widgets
|
||
|
INCLUDEPATH += ../../app
|
||
|
HEADERS = basictoolsplugin.h
|
||
|
SOURCES = basictoolsplugin.cpp
|
||
|
TARGET = $$qtLibraryTarget(pnp_basictools)
|
||
|
DESTDIR = ../../plugins
|
||
|
#! [0]
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins
|
||
|
INSTALLS += target
|
||
|
|
||
|
CONFIG += install_ok # Do not cargo-cult this!
|
||
|
uikit: CONFIG += debug_and_release
|