mirror of https://github.com/procxx/kepka.git
Integrate cmake-qt detection
This commit is contained in:
parent
7585ec70f8
commit
7eeaab6dd3
|
@ -1,4 +1,7 @@
|
|||
find_package(Qt5 5.6 COMPONENTS Core Gui Widgets REQUIRED)
|
||||
find_package(Qt5Core REQUIRED)
|
||||
find_package(Qt5Gui REQUIRED)
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
|
||||
|
||||
include_directories(${Qt5Core_INCLUDE_DIRS} ${Qt5Core_PRIVATE_INCLUDE_DIRS})
|
||||
include_directories(${Qt5Gui_INCLUDE_DIRS} ${Qt5Gui_PRIVATE_INCLUDE_DIRS})
|
||||
|
|
Loading…
Reference in New Issue