initial project import from KDevelop
This commit is contained in:
commit
c0cf369b92
22 changed files with 983 additions and 0 deletions
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal 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 )
|
Loading…
Add table
Add a link
Reference in a new issue