"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "948a5c62ef31f8fb2bfc273f547912fbb027fe1c"
Commit 2d2958e9 authored by Fabio Bas's avatar Fabio Bas
Browse files

cmake: Enable c++11 for all targets

parent a55b3784
...@@ -18,7 +18,7 @@ if(Qt4_FOUND) ...@@ -18,7 +18,7 @@ if(Qt4_FOUND)
# Include directories # Include directories
INCLUDE(${QT_USE_FILE}) INCLUDE(${QT_USE_FILE})
INCLUDE_DIRECTORIES(${QT_INCLUDES}) INCLUDE_DIRECTORIES(${QT_INCLUDES})
TARGET_LINK_LIBRARIES(carddatabase_test {QT_LIBRARIES}) TARGET_LINK_LIBRARIES(carddatabase_test ${QT_LIBRARIES})
endif() endif()
# qt5 stuff # qt5 stuff
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment