Fix AppData path for RUN_IN_PLACE, fixes #1365

This commit is contained in:
sfan5 2014-06-13 21:09:55 +02:00
parent c39e46c00d
commit 5b3bbde1ef
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ elseif(UNIX) # Linux, BSD etc
set(EXAMPLE_CONF_DIR ".")
set(MANDIR "unix/man")
set(XDG_APPS_DIR "unix/applications")
set(APPDATADIR "unix/appdata")
set(ICONDIR "unix/icons")
set(LOCALEDIR "locale")
else()