You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
983 B
23 lines
983 B
diff -u -r kdewebdev/quanta/CMakeLists.txt src/kdewebdev/quanta/CMakeLists.txt
|
|
--- kdewebdev/quanta/CMakeLists.txt 2011-06-16 21:11:44.000000000 +0200
|
|
+++ src/kdewebdev/quanta/CMakeLists.txt 2011-12-16 15:58:35.000000000 +0100
|
|
@@ -18,6 +18,6 @@
|
|
add_subdirectory( messages )
|
|
add_subdirectory( plugins )
|
|
add_subdirectory( parts )
|
|
-add_subdirectory( project )
|
|
+add_subdirectory( "project" )
|
|
add_subdirectory( src )
|
|
add_subdirectory( scripts )
|
|
diff -u -r kdewebdev/quanta/project/CMakeLists.txt src/kdewebdev/quanta/project/CMakeLists.txt
|
|
--- kdewebdev/quanta/project/CMakeLists.txt 2011-06-16 21:11:28.000000000 +0200
|
|
+++ src/kdewebdev/quanta/project/CMakeLists.txt 2011-12-16 16:00:15.000000000 +0100
|
|
@@ -15,6 +15,7 @@
|
|
${CMAKE_SOURCE_DIR}/lib
|
|
${CMAKE_SOURCE_DIR}/quanta/src
|
|
${CMAKE_SOURCE_DIR}/quanta/parsers
|
|
+ ${CMAKE_SOURCE_DIR}/quanta/project
|
|
${CMAKE_SOURCE_DIR}/quanta/utility
|
|
${CMAKE_SOURCE_DIR}/quanta/treeviews
|
|
${CMAKE_SOURCE_DIR}/quanta/dialogs
|