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

List:       kde-commits
Subject:    [kdelibs/frameworks] tier1/itemmodels: Look for the export file at
From:       Kevin Ottens <ervin () kde ! org>
Date:       2011-08-08 22:48:02
Message-ID: 20110808224802.0957FA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit f958388383908b2937906b918647de63d38e4f71 by Kevin Ottens.
Committed on 09/08/2011 at 00:49.
Pushed by ervin into branch 'frameworks'.

Look for the export file at the right place

We should pick up the _export.h file from the current binary dir, not
from the top one.

M  +1    -1    tier1/itemmodels/CMakeLists.txt

http://commits.kde.org/kdelibs/f958388383908b2937906b918647de63d38e4f71

diff --git a/tier1/itemmodels/CMakeLists.txt b/tier1/itemmodels/CMakeLists.txt
index 1e84ab9..656e1c7 100644
--- a/tier1/itemmodels/CMakeLists.txt
+++ b/tier1/itemmodels/CMakeLists.txt
@@ -43,7 +43,7 @@ install( FILES
   kviewstatemaintainerbase.h
   kmodelindexproxymapper.h
   kselectionproxymodel.h
-  ${CMAKE_BINARY_DIR}/itemmodels_export.h
+  ${CMAKE_CURRENT_BINARY_DIR}/itemmodels_export.h
   DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel
 )
 

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

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