From: lvaatamoinen Date: Mon, 18 Jan 2010 11:11:08 +0000 (+0000) Subject: - Fixed maemo-specific build opts X-Git-Url: http://git.maemo.org/git/?p=qtrapids;a=commitdiff_plain;h=3ae226052c3576f06158f0645c8db822e2895655 - Fixed maemo-specific build opts git-svn-id: file:///svnroot/qtrapids/trunk@65 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda --- diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index bd5b930..9d98c5f 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -67,7 +67,7 @@ set (SCRATCHBOX_UNAME $ENV{SBOX_UNAME_MACHINE}) if (SCRATCHBOX_UNAME) MESSAGE("Configuring for building under Scratchbox..") - TARGET_LINK_LIBRARIES(qtrapids ${QT_QTMAEMO5_LIBRARY}) + TARGET_LINK_LIBRARIES(qtrapids-gui ${QT_QTMAEMO5_LIBRARY}) endif (SCRATCHBOX_UNAME) #MESSAGE(${CMAKE_HOST_SYSTEM_PROCESSOR})