Skip to content

Commit d5f3650

Browse files
committed
fixed finding package
1 parent 5ac1d93 commit d5f3650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FIND_PACKAGE(QT6 REQUIRED)
1+
FIND_PACKAGE(Qt6 REQUIRED)
22

33
ADD_EXECUTABLE(test_qt main.cpp)
44
TARGET_LINK_LIBRARIES(test_qt PRIVATE ${CMAKE_THREAD_LIBS_INIT} qt::qt)

0 commit comments

Comments
 (0)