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)
# Include directories
INCLUDE(${QT_USE_FILE})
INCLUDE_DIRECTORIES(${QT_INCLUDES})
TARGET_LINK_LIBRARIES(carddatabase_test {QT_LIBRARIES})
TARGET_LINK_LIBRARIES(carddatabase_test ${QT_LIBRARIES})
endif()
# 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