Skip to content

Commit e437572

Browse files
committed
linux: remove specific qt version requirement
1 parent f062eb4 commit e437572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ project(linux VERSION 0.1 LANGUAGES CXX)
44

55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66

7-
find_package(Qt6 6.4 REQUIRED COMPONENTS Quick Widgets Bluetooth DBus)
7+
find_package(Qt6 REQUIRED COMPONENTS Quick Widgets Bluetooth DBus)
88
find_package(OpenSSL REQUIRED)
99
find_package(PkgConfig REQUIRED)
1010
pkg_check_modules(PULSEAUDIO REQUIRED libpulse)
1111

12-
qt_standard_project_setup(REQUIRES 6.4)
12+
qt_standard_project_setup()
1313

1414
qt_add_executable(librepods
1515
main.cpp

0 commit comments

Comments
 (0)