refactor folder structure

This commit is contained in:
Roy Qu 2022-09-25 10:16:13 +08:00
parent 00ea7ee773
commit a727929e88
214 changed files with 18 additions and 18 deletions

View File

@ -2,23 +2,23 @@ TEMPLATE = subdirs
SUBDIRS += \ SUBDIRS += \
RedPandaIDE \ RedPandaIDE \
astyle \ tools\astyle \
consolepauser tools\consolepauser
# Add the dependencies so that the RedPandaIDE project can add the depended programs # Add the dependencies so that the RedPandaIDE project can add the depended programs
# into the main app bundle # into the main app bundle
RedPandaIDE.depends = astyle consolepauser RedPandaIDE.depends = tools\astyle tools\consolepauser
win32: { win32: {
SUBDIRS += \ SUBDIRS += \
redpanda-win-git-askpass tools\redpanda-win-git-askpass
RedPandaIDE.depends += redpanda-win-git-askpass RedPandaIDE.depends += tools\redpanda-win-git-askpass
} }
unix: { unix: {
SUBDIRS += \ SUBDIRS += \
redpanda-git-askpass tools\redpanda-git-askpass
RedPandaIDE.depends += redpanda-git-askpass RedPandaIDE.depends += tools\redpanda-git-askpass
} }
APP_NAME = RedPandaCPP APP_NAME = RedPandaCPP
@ -30,10 +30,10 @@ linux: {
PREFIX = /usr/local PREFIX = /usr/local
} }
QMAKE_SUBSTITUTES += linux/redpandaide.desktop.in QMAKE_SUBSTITUTES += platform/linux/redpandaide.desktop.in
resources.path = $${PREFIX}/share/$${APP_NAME} resources.path = $${PREFIX}/share/$${APP_NAME}
resources.files += linux/templates resources.files += platform/linux/templates
INSTALLS += resources INSTALLS += resources
docs.path = $${PREFIX}/share/doc/$${APP_NAME} docs.path = $${PREFIX}/share/doc/$${APP_NAME}
@ -43,26 +43,26 @@ linux: {
INSTALLS += docs INSTALLS += docs
pixmaps.path = $${PREFIX}/share/pixmaps pixmaps.path = $${PREFIX}/share/pixmaps
pixmaps.files += linux/redpandaide.png pixmaps.files += platform/linux/redpandaide.png
INSTALLS += pixmaps INSTALLS += pixmaps
desktop.path = $${PREFIX}/share/applications desktop.path = $${PREFIX}/share/applications
desktop.files += linux/redpandaide.desktop desktop.files += platform/linux/redpandaide.desktop
INSTALLS += desktop INSTALLS += desktop
} }
win32: { win32: {
!isEmpty(PREFIX) { !isEmpty(PREFIX) {
target.path = $${PREFIX} target.path = $${PREFIX}
QMAKE_SUBSTITUTES += windows/installer-scripts/config.nsh.in QMAKE_SUBSTITUTES += platform/windows/installer-scripts/config.nsh.in
QMAKE_SUBSTITUTES += windows/installer-scripts/config32.nsh.in QMAKE_SUBSTITUTES += platform/windows/installer-scripts/config32.nsh.in
QMAKE_SUBSTITUTES += windows/installer-scripts/config-clang.nsh.in QMAKE_SUBSTITUTES += platform/windows/installer-scripts/config-clang.nsh.in
resources.path = $${PREFIX} resources.path = $${PREFIX}
resources.files += windows/templates resources.files += platform/windows/templates
resources.files += windows/installer-scripts/config.nsh resources.files += platform/windows/installer-scripts/config.nsh
resources.files += windows/installer-scripts/config32.nsh resources.files += platform/windows/installer-scripts/config32.nsh
resources.files += windows/installer-scripts/config-clang.nsh resources.files += platform/windows/installer-scripts/config-clang.nsh
resources.files += README.md resources.files += README.md
resources.files += NEWS.md resources.files += NEWS.md
resources.files += LICENSE resources.files += LICENSE

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 176 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 811 KiB

After

Width:  |  Height:  |  Size: 811 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Some files were not shown because too many files have changed in this diff Show More