File: qt-system-paths.patch

package info (click to toggle)
gammaray 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,600 kB
  • sloc: cpp: 94,645; ansic: 2,227; sh: 336; python: 164; yacc: 90; lex: 82; xml: 61; makefile: 26
file content (21 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Dmitry Shachnev <mitya57@debian.org>
Date: Mon, 26 Aug 2019 17:31:09 +0300
Subject: Use system Qt installation paths

Otherwise the mkspecs are installed to /usr/mkspecs, not to
/usr/lib/*/qt5/mkspecs.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,7 +149,7 @@ include(CTest)
 include(GammaRayMacros)
 include(GammaRayMacrosInternal)
 include(FeatureSummary)
-set(KDE_INSTALL_USE_QT_SYS_PATHS OFF)
+set(KDE_INSTALL_USE_QT_SYS_PATHS ON)
 include(ECMGeneratePriFile)
 include(ECMEnableSanitizers)
 include(GenerateExportHeader)