We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac1d93 commit d5f3650Copy full SHA for d5f3650
1 file changed
src/qt/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-FIND_PACKAGE(QT6 REQUIRED)
+FIND_PACKAGE(Qt6 REQUIRED)
2
3
ADD_EXECUTABLE(test_qt main.cpp)
4
TARGET_LINK_LIBRARIES(test_qt PRIVATE ${CMAKE_THREAD_LIBS_INIT} qt::qt)
0 commit comments