Skip to content

Commit 4c5bca8

Browse files
committed
Move additional resources to install into separate directory
1 parent 27e7b73 commit 4c5bca8

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

ADMeshGUI.pro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ macx {
4848
LIBS += -lintl
4949
TARGET = ADMeshGUI
5050
ICON = Resources/admeshgui.icns
51-
QMAKE_INFO_PLIST = Info.plist
51+
QMAKE_INFO_PLIST = Distribution/Info.plist
5252
include(homebrew.pri)
5353
app.files += ADMesGUI.app
5454
app.path = /Applications
@@ -64,15 +64,15 @@ unix {
6464
isEmpty(PREFIX):PREFIX = /usr
6565
bin.files += admeshgui
6666
bin.path = $$PREFIX/bin
67-
mainico.files += Resources/admeshgui.svg
67+
mainico.files += Distribution/admeshgui.svg
6868
mainico.path = $$PREFIX/share/icons/hicolor/scalable/apps
69-
16ico.files += Resources/16x16/admeshgui.png
69+
16ico.files += Distribution/16x16/admeshgui.png
7070
16ico.path = $$PREFIX/share/icons/hicolor/16x16/apps
71-
32ico.files += Resources/32x32/admeshgui.png
71+
32ico.files += Distribution/32x32/admeshgui.png
7272
32ico.path = $$PREFIX/share/icons/hicolor/32x32/apps
73-
48ico.files += Resources/48x48/admeshgui.png
73+
48ico.files += Distribution/48x48/admeshgui.png
7474
48ico.path = $$PREFIX/share/icons/hicolor/48x48/apps
75-
desktop.files += admeshgui.desktop
75+
desktop.files += Distribution/admeshgui.desktop
7676
desktop.path = $$PREFIX/share/applications
7777
INSTALLS += bin desktop mainico 16ico 32ico 48ico
7878
}
@@ -90,7 +90,7 @@ OTHER_FILES += \
9090
picking_fshader.glsl \
9191
Info.plist \
9292
homebrew.pri \
93-
Resources/admeshgui.ico \
93+
Distribution/admeshgui.ico \
9494
admeshgui.rc
9595

9696

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)