~kubuntu-members/palapeli/4.11

171 by Laurent Montel
Use glob
1
project(palapeli)
768 by Stefan Majewsky
Allow split build for all games except libkmahjongg dependencies.
2
3
if(NOT COMPILING_KDEGAMES)
4
	find_package(KDE4 REQUIRED)
5
	include(KDE4Defaults)
6
	include(MacroLibrary)
7
	find_package(KDEGames REQUIRED)
8
9
	add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
10
	add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
773 by Albert Astals Cid
Put the kdegames include in the front
11
	include_directories(${KDEGAMES_INCLUDE_DIRS} ${KDE4_INCLUDES} ${QDBUS_INCLUDE_DIRS})
768 by Stefan Majewsky
Allow split build for all games except libkmahjongg dependencies.
12
endif(NOT COMPILING_KDEGAMES)
280 by Stefan Majewsky
Add the rectangle slicer from palapeli.old.
13
663 by David Faure
fix compilation (libpala headers were not found)
14
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/libpala)
15
267 by Stefan Majewsky
Yet another one of these "let's just totally change the way how things work" commits: This introduces libpala, the new (well-designed) linking
16
add_subdirectory(libpala)
280 by Stefan Majewsky
Add the rectangle slicer from palapeli.old.
17
add_subdirectory(slicers)
528 by Eugene Trounev
Application and Mime Icons for Palapely
18
add_subdirectory(pics)
293 by Stefan Majewsky
Add basic application code.
19
add_subdirectory(src)
436 by Stefan Majewsky
Move everything around MIME types and file manager integration to a separate subdirectory. Add a ThumbCreator for Palapeli puzzles.
20
add_subdirectory(mime)
294 by Stefan Majewsky
Install puzzles.
21
add_subdirectory(puzzles)
772 by Albert Astals Cid
move the doc folders inside of each of the apps, will ease git migration
22
add_subdirectory(doc)
783.1.6 by Albert Astals Cid
macro_log_feature needs macro_display_feature_log()
23
24
macro_display_feature_log()