Created
February 5, 2014 23:44
-
-
Save nowrep/8835704 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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