File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,10 @@ include(../apps.pri)
33TEMPLATE = app
44TARGET = pgmodeler
55
6- # unix:LIBS += $$QMAKE_LIBS_EXECINFO
7-
86isEqual(PRIVATE_PLUGINS, true) {
97 windows:RC_FILE =$$PRIV_RES_FOLDER / $$TARGET /windows_ico.qrc
108}
119
12- # isEqual(PRIVATE_PLUGINS, false) {
13- # windows:RC_FILE=res/windows_ico.qrc
14- # }
15-
1610HEADERS += src/pgmodelerapp.h
1711
1812SOURCES += src/main.cpp \
@@ -23,8 +17,17 @@ target.path = $$BINDIR
2317INSTALLS = target
2418
2519macx {
26- macdeps.files = $$PWD /res/Resources $$PWD /res/Info.plist $$PWD /res/PkgInfo
27- macdeps.path = $$PREFIX
20+ macdeps.files = $$PWD /res/Info.plist $$PWD /res/PkgInfo
21+
22+ isEqual(PRIVATE_PLUGINS, true) {
23+ macdeps.files = $$PRIV_RES_FOLDER / $$TARGET /Resources
24+ }
25+
26+ isEqual(PRIVATE_PLUGINS, false) {
27+ macdeps.files = $$PWD /res/Resources
28+ }
29+
30+ macdeps.path = $$PREFIX
2831
2932 macscript.files = $$PWD /res/startapp
3033 macscript.path = $$BINDIR
You can’t perform that action at this time.
0 commit comments