Add some required bits
This commit is contained in:
parent
11fbc8a3b6
commit
1d8087058c
1 changed files with 8 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue