Add some required bits

This commit is contained in:
Luca Beltrame 2013-03-17 11:55:45 +01:00
parent 11fbc8a3b6
commit 1d8087058c

View file

@ -1,10 +1,18 @@
project(danbooru_client)
set(danbooru_client_VERSION_MAJOR 0)
set(danbooru_client_VERSION_MINOR 1)
find_package(KDE4 REQUIRED)
include (KDE4Defaults)
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_subdirectory( doc )
add_subdirectory( src )
add_subdirectory( icons )