From 9dcebfcee2cb0a4e2a3f9d6abfb1852ef92edadd Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Thu, 13 Mar 2014 17:04:54 -0400 Subject: [PATCH] vogleditor: Replace hardcoded Qt path with variables generated by cmake's Qt module --- src/vogleditor/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vogleditor/CMakeLists.txt b/src/vogleditor/CMakeLists.txt index ca80dfd..2dc839e 100644 --- a/src/vogleditor/CMakeLists.txt +++ b/src/vogleditor/CMakeLists.txt @@ -13,9 +13,9 @@ include_directories( ${SRC_DIR}/extlib/loki/include/loki ${SRC_DIR}/libtelemetry ${CMAKE_CURRENT_BINARY_DIR} - /usr/local/Trolltech/Qt-4.8.5/include - /usr/local/Trolltech/Qt-4.8.5/include/QtCore - /usr/local/Trolltech/Qt-4.8.5/include/QtGui + ${QT_INCLUDE_DIR} + ${QT_QTCORE_INCLUDE_DIR} + ${QT_QTGUI_INCLUDE_DIR} ) #include(${QT_USE_FILE}) -- 2.43.0