Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtbase] Build ICU test with c++11. Contributes to JB#45300
Could have assumed this happening automatically, but apparently
the test doesn't pick up this config.

ICU now expect to have it for type declaration.
  • Loading branch information
pvuorela committed Apr 10, 2019
1 parent 0abe091 commit 7758bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.tests/unix/icu/icu.pro
@@ -1,5 +1,6 @@
SOURCES = icu.cpp
CONFIG += console
CONFIG -= qt dylib
CONFIG += c++11

include($$PWD/../../../src/3rdparty/icu_dependency.pri)

0 comments on commit 7758bb9

Please sign in to comment.