1 Star 0 Fork 95

tiancs-GGBR/小熊猫C++

forked from royqh1979/小熊猫C++ 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Red_Panda_CPP.pro 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
royqh1979 提交于 2022-07-07 20:30 . update version to 1.1.5
TEMPLATE = subdirs
SUBDIRS += \
RedPandaIDE \
astyle \
consolepauser
# Add the dependencies so that the RedPandaIDE project can add the depended programs
# into the main app bundle
RedPandaIDE.depends = astyle consolepauser
win32: {
SUBDIRS += \
redpanda-win-git-askpass
RedPandaIDE.depends += redpanda-win-git-askpass
}
unix: {
SUBDIRS += \
redpanda-git-askpass
RedPandaIDE.depends += redpanda-git-askpass
}
APP_NAME = RedPandaCPP
APP_VERSION = 1.1.5
linux: {
isEmpty(PREFIX) {
PREFIX = /usr/local
}
QMAKE_SUBSTITUTES += linux/redpandaide.desktop.in
resources.path = $${PREFIX}/share/$${APP_NAME}
resources.files += linux/templates
INSTALLS += resources
docs.path = $${PREFIX}/share/doc/$${APP_NAME}
docs.files += README.md
docs.files += NEWS.md
docs.files += LICENSE
INSTALLS += docs
pixmaps.path = $${PREFIX}/share/pixmaps
pixmaps.files += linux/redpandaide.png
INSTALLS += pixmaps
desktop.path = $${PREFIX}/share/applications
desktop.files += linux/redpandaide.desktop
INSTALLS += desktop
}
win32: {
!isEmpty(PREFIX) {
target.path = $${PREFIX}
QMAKE_SUBSTITUTES += windows/installer-scripts/config.nsh.in
QMAKE_SUBSTITUTES += windows/installer-scripts/config32.nsh.in
QMAKE_SUBSTITUTES += windows/installer-scripts/config-clang.nsh.in
resources.path = $${PREFIX}
resources.files += windows/templates
resources.files += windows/installer-scripts/config.nsh
resources.files += windows/installer-scripts/config32.nsh
resources.files += windows/installer-scripts/config-clang.nsh
resources.files += README.md
resources.files += NEWS.md
resources.files += LICENSE
resources.files += RedPandaIDE/images/devcpp.ico
INSTALLS += resources
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/tiancs-ggbr/RedPanda-CPP.git
git@gitee.com:tiancs-ggbr/RedPanda-CPP.git
tiancs-ggbr
RedPanda-CPP
小熊猫C++
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385