initial project import from KDevelop

This commit is contained in:
Luca Beltrame 2013-02-17 10:19:02 +01:00
commit c0cf369b92
22 changed files with 983 additions and 0 deletions

10
CMakeLists.txt Normal file
View file

@ -0,0 +1,10 @@
project(danbooru_client)
find_package(KDE4 REQUIRED)
include (KDE4Defaults)
include_directories( ${KDE4_INCLUDES} ${QT_INCLUDES} )
#add_subdirectory( doc )
add_subdirectory( src )
add_subdirectory( icons )