1From d8c16e032a6b639b410761a07f2158e0aeda0b08 Mon Sep 17 00:00:00 2001
2From: Otavio Salvador <otavio@ossystems.com.br>
3Date: Sat, 7 Jun 2014 18:13:14 -0300
4Subject: [PATCH] build: Fix mkspecs and CMake module install directories
5
6Organization: O.S. Systems Software LTDA.
7
8Upstream-Status: Inappropriate [configuration]
9
10Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
12---
13 CMakeLists.txt | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/CMakeLists.txt b/CMakeLists.txt
17index 0695a76..f2266c9 100644
18--- a/CMakeLists.txt
19+++ b/CMakeLists.txt
20@@ -34,7 +34,7 @@ endfunction(QUERY_QMAKE)
21 query_qmake(QT_INSTALL_PLUGINS QT_PLUGINS_DIR)
22 query_qmake(QT_HOST_DATA QT_DATA_DIR)
23
24-set(QT_MKSPECS_DIR ${QT_DATA_DIR}/mkspecs)
25+set(QT_MKSPECS_DIR ${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs)
26
27 # Debug version of library should have 'd' postfix on Windows
28 # and '_debug' on Mac OS X
29--
302.0.0.rc4
31
32