1 Star 0 Fork 0

李泉霏/qtcreate_BRPlugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
myPlugin.pro 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
李泉霏 提交于 2018-06-11 13:06 . 初始化
TEMPLATE = lib
TARGET = %{ProjectName}
SYSTEMPATH = %{syspath}
DESTDIR = $$SYSTEMPATH/Win32/plugins
QT += core sql gui widgets qml quick
CONFIG(debug, debug|release) {
TARGETCONFIG = debug
} else {
TARGETCONFIG = debug
}
win32 {
TARGETOS = win32
}
unix {
TARGETOS = unix
}
DEFINES += QT_DLL QT_WIDGETS_LIB QT_SQL_LIB QT_QUICK_LIB QT_QML_LIB
INCLUDEPATH += ./GeneratedFiles \
. \
$$SYSTEMPATH/src/shared \
$$SYSTEMPATH/src/libs \
$$SYSTEMPATH/src/plugins
LIBS += -L"$$SYSTEMPATH/$$TARGETOS/$$TARGETCONFIG" -lutils -lExtensionSystem -lAggregation -lGraphicsUI -lCustomUI
DEPENDPATH += .
MOC_DIR += ./GeneratedFiles/
OBJECTS_DIR += ./GeneratedFiles/
UI_DIR += ./GeneratedFiles
RCC_DIR += ./GeneratedFiles
HEADERS += ../../shared/CommonAfx.h \
%{HFileName}
SOURCES += \
%{CppFileName}
DISTFILES += \
$${TARGET}.pluginspec
win32 {
src_dir = $$PWD/$${TARGET}.pluginspec
dst_dir = $$DESTDIR/
# dst_dir 最后的 \\ 是必须的,用来标示 xcopy 到一个文件夹,若不存在,创建之
# Replace slashes in paths with backslashes for Windows
src_dir ~= s,/,\\,g
dst_dir ~= s,/,\\,g
QMAKE_POST_LINK = xcopy /e /y $$src_dir $$dst_dir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/spring1989/qtcreate_BRPlugin.git
git@gitee.com:spring1989/qtcreate_BRPlugin.git
spring1989
qtcreate_BRPlugin
qtcreate_BRPlugin
master

搜索帮助