diff src/converter.cpp @ 98:dd322a4b90d9 tip

Fix resource finding and installation
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 07 Oct 2016 12:44:50 +0200
parents ccd1dbea2536
children
line wrap: on
line diff
--- a/src/converter.cpp	Fri Oct 07 12:31:51 2016 +0200
+++ b/src/converter.cpp	Fri Oct 07 12:44:50 2016 +0200
@@ -191,7 +191,7 @@
 #ifndef Q_OS_MAC
     ourDir.cd(QStringLiteral("../share/apps/" APPNAME).toLower());
 #else
-    ourDir.cd(QStringLiteral("../../Resources"));
+    ourDir.cd(QStringLiteral("../Resources"));
 #endif
     if (ourDir.exists(filename)) {
         regexs = loadExpressionsFromFile(ourDir.filePath(filename), errors);
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)