Skip to content

Commit

Permalink
Fix for qOverload and git ignore a bunch of intermediates
Browse files Browse the repository at this point in the history
1. Change compiler req to c++14 because thats what qOverload needs
2. Add a bunch of intermediate files into the .gitignore
  • Loading branch information
uvatbc committed Jan 23, 2025
1 parent 5c78a58 commit 4137d36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
*CMakeLists.txt.user
_build/
*.DS_Store
o2.pro.user
o2.pro.user

# Intermediates
.qmake.stash
Makefile
*.o
moc_*
libo2.so*
2 changes: 1 addition & 1 deletion o2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4137d36

Please sign in to comment.