-
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
Milestone
Description
When building version 4.0.1 while version 3.9.2 is installed, linking fails, being unable to resolve parseCmdArgumentsFromOtherInstance(const QString& message)
symbol. Removing or renaming /usr/local/lib/librssguard.so
helps, but the following small change to src/rssguard/rssguard.pro
would make the build more robust:
-unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
+unix: LIBS += $$OUT_PWD/../librssguard/librssguard.so