mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@126402 d073be05-634f-4543-b044-5fe20cf6d1d6
24 lines
996 B
Diff
24 lines
996 B
Diff
diff -ur ../pairs-4.13.2-orig/CMakeLists.txt ./CMakeLists.txt
|
|
--- ../pairs-4.13.2-orig/CMakeLists.txt 2014-03-23 13:43:37.000000000 +0900
|
|
+++ ./CMakeLists.txt 2014-06-14 00:53:08.000000000 +0900
|
|
@@ -32,6 +32,7 @@
|
|
add_subdirectory( game )
|
|
add_subdirectory( pairseditor )
|
|
add_subdirectory( icons )
|
|
+add_subdirectory( iconseditor )
|
|
add_subdirectory( players )
|
|
add_subdirectory( gameicons )
|
|
add_subdirectory( themes )
|
|
diff -ur ../pairs-4.13.2-orig/pairseditor/CMakeLists.txt ./pairseditor/CMakeLists.txt
|
|
--- ../pairs-4.13.2-orig/pairseditor/CMakeLists.txt 2014-03-23 13:43:37.000000000 +0900
|
|
+++ ./pairseditor/CMakeLists.txt 2014-06-14 00:53:43.000000000 +0900
|
|
@@ -5,7 +5,7 @@
|
|
|
|
kde4_add_ui_files( pairseditor_SOURCES mainwindowview.ui )
|
|
|
|
-kde4_add_app_icon(pairs_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-apps-pairseditor*")
|
|
+kde4_add_app_icon(pairs_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../iconseditor/hi*-apps-pairseditor*")
|
|
|
|
kde4_add_executable( pairseditor ${pairseditor_SOURCES} )
|
|
|