- cleaned up - added patch for tqt.pc installation location (needed later for compiling things with autotools) - changed $QTDIR to $QT3DIRpull/3/head
parent
28d54e8214
commit
6895aaef8c
@ -0,0 +1,11 @@
|
|||||||
|
--- dependencies/tqtinterface/CMakeLists.txt 2011-03-28 00:12:24.000000000 +0200
|
||||||
|
+++ dependencies/tqtinterface/CMakeLists.txt.new 2012-01-29 12:15:16.000000000 +0100
|
||||||
|
@@ -35,7 +35,7 @@
|
||||||
|
tde_setup_install_path( BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" )
|
||||||
|
tde_setup_install_path( LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" )
|
||||||
|
tde_setup_install_path( INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/tqt" )
|
||||||
|
-tde_setup_install_path( PKGCONFIG_INSTALL_DIR "/usr/lib${LIB_SUFFIX}/pkgconfig" )
|
||||||
|
+tde_setup_install_path( PKGCONFIG_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig" )
|
||||||
|
|
||||||
|
|
||||||
|
##### tqtinterface sources ######################
|
Loading…
Reference in new issue