From af282a6061d77d5ac830f20baf5db6dad152dbdd Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 14 Aug 2016 08:03:50 -0700 Subject: Don't build kirigami in the source tree Instead build it in its own build tree, where it belongs. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 2 +- scripts/build.sh | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dea200c36..a824d0364 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -240,7 +240,7 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable") endif() ADD_LIBRARY(kirigami_static_library STATIC IMPORTED) SET_TARGET_PROPERTIES(kirigami_static_library PROPERTIES - IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/mobile-widgets/qml/kirigami/build/src/libkirigamiplugin.a) + IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/../kirigami-build/src/libkirigamiplugin.a) target_link_libraries( ${SUBSURFACE_TARGET} subsurface_profile diff --git a/scripts/build.sh b/scripts/build.sh index 635f1b155..989ddbd9a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -232,13 +232,10 @@ for (( i=0 ; i < ${#BUILDS[@]} ; i++ )) ; do if [ "$SUBSURFACE_EXECUTABLE" = "MobileExecutable" ] ; then cd $SRC/subsurface bash ./scripts/mobilecomponents.sh - - cd $SRC/subsurface/mobile-widgets/qml/kirigami/ - mkdir -p build - cd build - cmake .. -DSTATIC_LIBRARY=ON + mkdir -p $SRC/kirigami-build + cd $SRC/kirigami-build + cmake $SRC/subsurface/mobile-widgets/qml/kirigami/ -DSTATIC_LIBRARY=ON make -j4 - make install fi mkdir -p $SRC/subsurface/$BUILDDIR -- cgit v1.2.3-70-g09d2