4532f38559
- Convert to new LIB_DEPENDS format - Fix build with clang (no longer depends on GCC) - Statically link against own library libcommon.a, to avoid installing a library with such a generic name as libcommon.so PR: 183474 [1] Submitted by: Pierre Smars <smars@yuntech.edu.tw> [1]
8 lines
254 B
Prolog
8 lines
254 B
Prolog
--- common/common.pro.orig 2013-10-31 13:57:32.000000000 +0100
|
|
+++ common/common.pro 2013-10-31 14:00:10.000000000 +0100
|
|
@@ -126,3 +126,5 @@
|
|
linux-g++-64:LIBS += -L../external/lib/linux-g++-64 -ljhead
|
|
|
|
#RESOURCES = common.qrc
|
|
+
|
|
+CONFIG += static
|