Skip to content

Commit 36602e5

Browse files
committed
Bump the minimum Qt version to 5.3
There was a signal-slot connection bug not allowing using pointers to member functions
1 parent 5ad2aaf commit 36602e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
add_subdirectory(external)
3535

3636
# Find the QtWidgets library
37-
find_package(Qt5 COMPONENTS
37+
find_package(Qt5 5.3 COMPONENTS
3838
Core
3939
Widgets
4040
Gui

0 commit comments

Comments
 (0)