We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c78a58 commit cc68ee2Copy full SHA for cc68ee2
.gitignore
@@ -1,4 +1,11 @@
1
*CMakeLists.txt.user
2
_build/
3
*.DS_Store
4
-o2.pro.user
+o2.pro.user
5
+
6
+# Intermediates
7
+.qmake.stash
8
+Makefile
9
+*.o
10
+moc_*
11
+libo2.so*
o2.pro
@@ -9,7 +9,7 @@ TEMPLATE = lib
DEFINES += O2_SHARED_LIB
DEFINES += O2_DLL_EXPORT
12
-CONFIG += c++11
+CONFIG += c++14
13
14
# The following define makes your compiler emit warnings if you use
15
# any Qt feature that has been marked deprecated (the exact warnings
0 commit comments