diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d4e2f5ae1e6cb9bc26c44a06d20e2bb6398106d..36363f2cff24948a79d94f2e8c4a6f6f3a155909 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,10 @@ project(lskat) add_subdirectory(src) +add_subdirectory(grafix) ########### install files ############### install( FILES lskat.desktop DESTINATION ${XDG_APPS_DIR} ) -kde4_install_icons( ${ICON_INSTALL_DIR} ) +kde4_install_icons( ${ICON_INSTALL_DIR} hicolor ) diff --git a/grafix/CMakeLists.txt b/grafix/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..627812382528cc9551e3fa6f0a1ea7b58b32ccb9 --- /dev/null +++ b/grafix/CMakeLists.txt @@ -0,0 +1,15 @@ + +########### install files ############### + +install( FILES +aiinput.png +mouseinput.png +moveicon.png +networkinput.png +t0.png +t1.png +t2.png +t3.png +t4.png +DESTINATION ${DATA_INSTALL_DIR}/lskat/grafix) + diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 65baebaf8ef38df9fddcd6c6ddef5956ffd717fb..d2819440130df1b516d1f460a8df6aa4044a8ab8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include