diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-26 12:08:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-26 12:08:38 +0100 |
commit | b9f26f5e3fd62c7afe7cd265123336d66e1c6259 (patch) | |
tree | 3970825b2ab87c04b9da9d22e110dda000cda367 /sdk-paths-sthalik@MSVC-windows.cmake | |
parent | 56b1fd8a47b809e207160d2f2505caee424831a3 (diff) |
sdk paths: use qt 5.15 with kde patches
Diffstat (limited to 'sdk-paths-sthalik@MSVC-windows.cmake')
-rw-r--r-- | sdk-paths-sthalik@MSVC-windows.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk-paths-sthalik@MSVC-windows.cmake b/sdk-paths-sthalik@MSVC-windows.cmake index 4dddd2c4..db6e8b35 100644 --- a/sdk-paths-sthalik@MSVC-windows.cmake +++ b/sdk-paths-sthalik@MSVC-windows.cmake @@ -37,7 +37,7 @@ setq(ONNXRuntime_INCLUDE_DIR "onnxruntime-1.10.0//include") setq(ONNXRuntime_LIBRARY "onnxruntime-1.10.0/lib/onnxruntime.lib") setq(ONNXRuntime_RUNTIME "onnxruntime-1.10.0/lib/onnxruntime.dll") -setq(Qt5_DIR "../qt-5.15.2/lib/cmake/Qt5") +setq(Qt5_DIR "../qt-5.15.0kde0/lib/cmake/Qt5") set(Qt5Core_DIR "${Qt5_DIR}Core" CACHE PATH "" FORCE) set(Qt5Gui_DIR "${Qt5_DIR}Gui" CACHE PATH "" FORCE) |