[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebindings/smoke/qt
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2008-05-06 9:40:42
Message-ID: 1210066842.834453.30905.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 804510 by rdale:

* Don't use an KDE specific cmake macros for building the Qt version of smoke, as it needs to
  be built outside the KDE build environment.

 M  +3 -1      CMakeLists.txt  


--- trunk/KDE/kdebindings/smoke/qt/CMakeLists.txt #804509:804510
@@ -138,7 +138,9 @@
 
 set_target_properties(smokeqt PROPERTIES VERSION 2.0.0 SOVERSION 2 )
 
-install(TARGETS smokeqt DESTINATION ${LIB_INSTALL_DIR} )
+# Don't use the KDE ${LIB_INSTALL_DIR} macro here as this file is
+# for Qt only installs
+install(TARGETS smokeqt DESTINATION ${CMAKE_INSTALL_PREFIX}/lib )
 
 configure_file(qtguess.pl.cmake ${CMAKE_CURRENT_BINARY_DIR}/qtguess.pl @ONLY)
 configure_file(generate.pl.cmake ${CMAKE_CURRENT_BINARY_DIR}/generate.pl @ONLY )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic