remove path to qt

This commit is contained in:
2025-02-06 21:49:13 +01:00
parent 8b138154a9
commit 97d99b47be

View File

@@ -1,5 +1,3 @@
set(CMAKE_PREFIX_PATH "~/Qt/6.4.3/gcc_64/bin/" CACHE PATH "Path to Qt")
find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core Concurrent OpenGLWidgets PrintSupport Svg Widgets)
find_package(Qt6 REQUIRED COMPONENTS Concurrent Core OpenGLWidgets PrintSupport Svg Widgets)