cmake: Enable c++11 for all targets
This commit is contained in:
parent
a55b3784eb
commit
2d2958e931
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue