RedPanda-CPP/Red_Panda_CPP.pro

31 lines
557 B
Prolog
Raw Normal View History

2021-04-06 23:10:57 +08:00
TEMPLATE = subdirs
SUBDIRS += \
2021-12-29 09:43:32 +08:00
RedPandaIDE \
2021-12-30 10:06:27 +08:00
astyle \
2021-12-29 09:43:32 +08:00
consolepauser
2021-11-01 20:44:08 +08:00
2022-01-05 08:18:47 +08:00
APP_NAME = RedPandaCPP
2021-12-30 08:59:10 +08:00
2021-12-30 09:04:51 +08:00
linux: {
2021-12-30 08:59:10 +08:00
2022-01-05 08:18:47 +08:00
isEmpty(PREFIX) {
PREFIX = /usr/local
}
resources.path = $${PREFIX}/share/$${APP_NAME}
resources.files += linux/templates
2021-12-30 09:04:51 +08:00
INSTALLS += resources
2022-01-05 08:18:47 +08:00
2022-01-05 09:08:44 +08:00
docs.path = $${PREFIX}/share/doc/$${APP_NAME}
2022-01-05 08:18:47 +08:00
docs.files += README.md
docs.files += NEWS.md
docs.files += LICENSE
INSTALLS += docs
pixmaps.path = $${PREFIX}/share/pixmaps
pixmaps.files += linux/redpandaide.png
2022-01-05 09:08:44 +08:00
INSTALLS += pixmaps
2022-01-05 08:18:47 +08:00
2021-12-30 09:04:51 +08:00
}