Find specific Qt version

This commit is contained in:
Evgenii 2017-02-20 20:19:31 +02:00 committed by Berkus Decker
parent 7649c5f592
commit aab75e23fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
find_package(Qt5 5.6 COMPONENTS Core Gui Widgets REQUIRED)
##======================
## Codegen Tools