Build system changes:
- Use QStringBuilder - Switch on C+11 support - Add the new UI file
This commit is contained in:
parent
0fa8fe223f
commit
244b930185
2 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,8 @@ find_package(QJSON REQUIRED)
|
|||
include_directories( ${KDE4_INCLUDES} ${QT_INCLUDES} )
|
||||
|
||||
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
|
||||
add_definitions(-DQT_USE_QSTRINGBUILDER)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||
|
||||
|
||||
#add_subdirectory( doc )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue