QTfrontend/ui/widget/about.cpp
changeset 9337 c9d4daae1dee
parent 9331 26f0bf0de172
child 9521 8054d9d775fd
child 9650 1c7c87ce37fd
--- a/QTfrontend/ui/widget/about.cpp	Mon Jul 08 09:53:25 2013 +0200
+++ b/QTfrontend/ui/widget/about.cpp	Mon Jul 08 09:54:38 2013 +0200
@@ -45,7 +45,7 @@
 #elif defined(Q_OS_MAC)
 #define sopath(x) "@executable_path/../Frameworks/" x ".framework/" x
 #else
-#define sopath(x) x //TODO
+#define sopath(x) "lib" x ".so"
 #endif
 
 #include "about.h"