diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-19 14:05:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-19 14:05:15 +0100 |
commit | 1b797c175ac15c19f32f31f5fd8a04df663ab8fc (patch) | |
tree | 5f687a9816089d2676da4bb66f9e933580f1d9d7 | |
parent | 7554dfb9a019922018457efd301f6923bed75d85 (diff) |
cmake convenience
-rw-r--r-- | cmake/mingw-w64.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake index a60f0008..3ae7d472 100644 --- a/cmake/mingw-w64.cmake +++ b/cmake/mingw-w64.cmake @@ -25,4 +25,4 @@ set(CMAKE_BUILD_TYPE "RELEASE" CACHE STRING "" FORCE) # these are merely for my own convenience set(OpenCV_DIR /home/sthalik/opentrack-win32-sdk/opencv/build) -set(Qt5_DIR /home/sthalik/opentrack-win32-sdk/qt-install-5.3.1/lib/cmake/Qt5) +set(Qt5_DIR /home/sthalik/opentrack-win32-sdk/qt-win32-5.3.2/lib/cmake/Qt5) |