2 Star 0 Fork 0

mirrors_gnu/src-highlite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
source-highlight.pro 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
include(defines.pri)
TEMPLATE = subdirs
CONFIG += ordered recursive
SUBDIRS = lib src
OTHER_FILES = TODO.txt \
COPYING \
AUTHORS \
INSTALL \
README \
THANKS
message(Compiler : $${COMPILER})
message(Compiler Binary: $$QMAKE_CXX)
isEmpty(BUILDING_STATIC_LIBRARY) {
message("dynamic library")
} else {
message("static library")
}
message( "Libraries: " )
message( "specified by user : " $$ADDITIONAL_LIBRARIES )
contains(COMPILER, msvc) {
isEmpty(BUILDING_STATIC_LIBRARY) {
warning("on msvc only static version of the library can be currently built")
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gnu/src-highlite.git
[email protected]:mirrors_gnu/src-highlite.git
mirrors_gnu
src-highlite
src-highlite
master

搜索帮助