forked from qt-creator/qt-creator
Cannot put a source file template into a resource in a source directory as Visual Studio will grab and build it.
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@
|