X-Git-Url: http://git.maemo.org/git/?p=qtrapids;a=blobdiff_plain;f=CMakeLists.txt;h=8e9c71e0b120cf667c17af9d874c5364680eb551;hp=5ac910a86b9d29ab8ffe1f62cf3b6f9790f32049;hb=df37f9235ec253566e7f88017c1775d34fe1392a;hpb=711f20225524f059da9296f814a06ab9332bb324 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ac910a..8e9c71e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON) # Check if we are building under scratchbox and link with QtMaemo5 only in that case. # Thus, we maintain desktop build-ability also -set (SCRATCHBOX_UNAME $ENV{SBOX_UNAME_MACHINE}) +#set (SCRATCHBOX_UNAME $ENV{SBOX_UNAME_MACHINE}) if (SCRATCHBOX_UNAME) MESSAGE("Configuring for building under Scratchbox..") @@ -19,5 +19,6 @@ find_package(Qt4 REQUIRED) add_subdirectory(./dbus) add_subdirectory(./src/client) add_subdirectory(./src/server) +add_subdirectory(./src/qml-client) #add_subdirectory(./src/utest)