mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
about-distro: remove redundant compiler standard override and unused variables
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
bef402b39d
commit
31374558b8
1 changed files with 0 additions and 10 deletions
|
@ -7,15 +7,5 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
|||
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
endif()
|
||||
|
||||
set(MAJOR_VERSION "1")
|
||||
set(MINOR_VERSION "1")
|
||||
set(PATCH_VERSION "0")
|
||||
set(SUFFIX_VERSION "")
|
||||
|
||||
set(VERSION_STRING "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
|
||||
set(VERSION_STRING_FULL "${VERSION_STRING}")
|
||||
|
||||
add_definitions(-std=c++0x)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue