Skip to content

Commit eb72d80

Browse files
committed
Add minimum Qt version numbers to build scripts.
1 parent b79da5d commit eb72d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ if(WITH_JACK)
1717
endif()
1818

1919
if(WITH_QT5)
20-
find_package(Qt5 COMPONENTS Core Gui Widgets X11Extras REQUIRED)
20+
find_package(Qt5 5.7 COMPONENTS Core Gui Widgets X11Extras REQUIRED)
2121
else()
22-
find_package(Qt4 COMPONENTS QtGui REQUIRED)
22+
find_package(Qt4 4.8 COMPONENTS QtGui REQUIRED)
2323
endif()
2424

2525
set(sources

0 commit comments

Comments
 (0)