Skip to content

Commit

Permalink
[qtcontacts-sqlite] Build with C++11
Browse files Browse the repository at this point in the history
Some feature from C++11 is used (at least one "nullptr" was found in the
source code).
  • Loading branch information
mardy committed Oct 18, 2017
1 parent 6c56890 commit 0d29dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.pri
@@ -1,2 +1,4 @@
CONFIG += link_pkgconfig
CONFIG += \
c++11 \
link_pkgconfig
PKGCONFIG += Qt5Contacts

0 comments on commit 0d29dec

Please sign in to comment.