From 2d04f64d1b2eb8296a21a848c3bcc3f5fbaf9527 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Jun 2019 23:04:31 +0200 Subject: cmake: try fix platform plugin on mingw --- cmake/opentrack-qt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/opentrack-qt.cmake b/cmake/opentrack-qt.cmake index 2f3c034e..b0d2de78 100644 --- a/cmake/opentrack-qt.cmake +++ b/cmake/opentrack-qt.cmake @@ -1,8 +1,8 @@ include_guard(GLOBAL) -find_package(Qt5 REQUIRED COMPONENTS Core Network Widgets LinguistTools Gui QUIET) if(WIN32) find_package(Qt5Gui REQUIRED COMPONENTS QWindowsIntegrationPlugin) endif() +find_package(Qt5 REQUIRED COMPONENTS Core Network Widgets LinguistTools Gui QUIET) find_package(Qt5 COMPONENTS SerialPort QUIET) set(MY_QT_LIBS ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${Qt5Network_LIBRARIES}) -- cgit v1.2.3