Skip to content

Instantly share code, notes, and snippets.

@nowrep
Created February 5, 2014 23:44
Show Gist options
  • Select an option

  • Save nowrep/8835704 to your computer and use it in GitHub Desktop.

Select an option

Save nowrep/8835704 to your computer and use it in GitHub Desktop.
diff --git a/src/defines.pri b/src/defines.pri
index 4755adf..b83ce42 100644
--- a/src/defines.pri
+++ b/src/defines.pri
@@ -7,6 +7,9 @@ UI_DIR = $$PWD/../build
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
mocinclude.CONFIG *= fix_target
+# workaround for https://bugreports.qt-project.org/browse/QTBUG-34950
+CONFIG -= gdb_dwarf_index
+
unix: VERSION = 1.7.0
# Please read BUILD information #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment