summarylogtreecommitdiffstats
path: root/qt5-qt4-coexist.patch
blob: 2a352c6745af786f12bc18a09336f56cabd22b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix CMake Error not found QT_QT_INCLUDE_DIR when specify both --with-qt4 and --with-qt5.
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Forwarded: https://github.com/uim/uim/pull/62
Last-Update: 2015-07-22

diff --git a/qt4/toolbar/CMakeLists.txt b/qt4/toolbar/CMakeLists.txt
index 4601afb..45bc23c 100644
--- a/qt4/toolbar/CMakeLists.txt
+++ b/qt4/toolbar/CMakeLists.txt
@@ -1,6 +1,7 @@
 project(plasma-uim)
 set(CMAKE_VERBOSE_MAKEFILE on)
 
+find_package(Qt4)
 find_package(KDE4 REQUIRED)
 include(KDE4Defaults)