2021-06-30 09:30:12 +00:00
|
|
|
QT += widgets uiplugin designer
|
|
|
|
CONFIG += plugin release
|
|
|
|
TEMPLATE = lib
|
2021-06-29 03:46:30 +00:00
|
|
|
|
|
|
|
TARGET = $$qtLibraryTarget(qt-material-widget)
|
|
|
|
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
|
|
|
INSTALLS += target
|
|
|
|
|
2021-06-30 09:30:12 +00:00
|
|
|
include(link_components.pri)
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
plugin/qtmaterialplugins.cpp
|
|
|
|
HEADERS += \
|
|
|
|
plugin/plugintemplate.h \
|
|
|
|
plugin/qtmaterialplugins.h
|