forked from qt-creator/qt-creator
14 lines
324 B
Prolog
14 lines
324 B
Prolog
|
|
CONFIG += designer plugin debug_and_release
|
||
|
|
TARGET = $$qtLibraryTarget(@PLUGIN_NAME@)
|
||
|
|
TEMPLATE = lib
|
||
|
|
|
||
|
|
HEADERS =@PLUGIN_HEADERS@
|
||
|
|
SOURCES =@PLUGIN_SOURCES@
|
||
|
|
RESOURCES = @PLUGIN_RESOURCES@
|
||
|
|
LIBS += -L. @WIDGET_LIBS@
|
||
|
|
|
||
|
|
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||
|
|
INSTALLS += target
|
||
|
|
|
||
|
|
@INCLUSIONS@
|