X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=8e9c71e0b120cf667c17af9d874c5364680eb551;hb=HEAD;hp=5ac910a86b9d29ab8ffe1f62cf3b6f9790f32049;hpb=98b2df6dccbe6f3019c4125ddd84dd89b325a062;p=qtrapids 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)