From d28d9d632a10a1efb7af33b9155aaf86ebf61137 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 4 Feb 2020 21:27:53 +0400 Subject: [PATCH] Add QtWidgets include directory. --- external/qt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/external/qt/CMakeLists.txt b/external/qt/CMakeLists.txt index 64cf0c3..4f3ec7e 100644 --- a/external/qt/CMakeLists.txt +++ b/external/qt/CMakeLists.txt @@ -37,6 +37,7 @@ else() ${qt_loc}/include ${qt_loc}/include/QtCore ${qt_loc}/include/QtGui + ${qt_loc}/include/QtWidgets ${qt_loc}/include/QtCore/${qt_version} ${qt_loc}/include/QtGui/${qt_version} ${qt_loc}/include/QtCore/${qt_version}/QtCore