1 Star 0 Fork 156

chenlh/qtcanpool_1

forked from canpool/qtcanpool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qtconfig.pri 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This pri file is used by the template project to reference
# qtcanpool library or plugin source code
#
# Usage: config.pri include this file after defining QTCANPOOL_DIR
#
# The replace function is then called in the pro file, such as:
#
# - reference qcanpool library:
# include($$qtcLibrarySource(qcanpool))
#
# - reference coreplugin plugin:
# include($$qtcPluginSource(coreplugin))
#
# NOTE:
# - the library must provide the LIBNAME-lib.pri file
# - the plugin must provide the PLUGINNAME-plugin.pri file
#
defineReplace(qtcLibrarySource) {
LIB_PRI = $$absolute_path($$QTCANPOOL_DIR/src/libs/$$1/$$1-lib.pri)
return($$LIB_PRI)
}
defineReplace(qtcPluginSource) {
PLUGIN_PRI = $$absolute_path($$QTCANPOOL_DIR/src/plugins/$$1/$$1-plugin.pri)
return($$PLUGIN_PRI)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chenlh_kwick/qtcanpool_1.git
git@gitee.com:chenlh_kwick/qtcanpool_1.git
chenlh_kwick
qtcanpool_1
qtcanpool_1
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385