summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-qt/qt4/qt4-4.8.4/g++.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf b/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf
index e58fb15718..d34c62c396 100644
--- a/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf
+++ b/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf
@@ -49,6 +49,9 @@ QMAKE_PCH_OUTPUT_EXT = .gch
49QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions 49QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions
50QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list, 50QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,
51 51
52# do not depend on gdb
53CONFIG -= gdb_dwarf_index
54
52# some linking helper... 55# some linking helper...
53CONFIG += rpath_libdirs 56CONFIG += rpath_libdirs
54 57