diff --git a/.gitignore b/.gitignore index 48ff25f..126957d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ *CMakeLists.txt.user _build/ *.DS_Store -o2.pro.user \ No newline at end of file +o2.pro.user + +# Intermediates +.qmake.stash +Makefile +*.o +moc_* +# Include linux and Mac libs +libo2.* diff --git a/o2.pro b/o2.pro index b10dbe2..8faec9c 100644 --- a/o2.pro +++ b/o2.pro @@ -9,7 +9,7 @@ TEMPLATE = lib DEFINES += O2_SHARED_LIB DEFINES += O2_DLL_EXPORT -CONFIG += c++11 +CONFIG += c++14 # The following define makes your compiler emit warnings if you use # any Qt feature that has been marked deprecated (the exact warnings