Fix AppData path for RUN_IN_PLACE, fixes #1365
parent
c39e46c00d
commit
5b3bbde1ef
|
@ -87,6 +87,7 @@ elseif(UNIX) # Linux, BSD etc
|
||||||
set(EXAMPLE_CONF_DIR ".")
|
set(EXAMPLE_CONF_DIR ".")
|
||||||
set(MANDIR "unix/man")
|
set(MANDIR "unix/man")
|
||||||
set(XDG_APPS_DIR "unix/applications")
|
set(XDG_APPS_DIR "unix/applications")
|
||||||
|
set(APPDATADIR "unix/appdata")
|
||||||
set(ICONDIR "unix/icons")
|
set(ICONDIR "unix/icons")
|
||||||
set(LOCALEDIR "locale")
|
set(LOCALEDIR "locale")
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in New Issue