Skip to content

Commit

Permalink
Merge pull request #3 from andrewkww/fix_hardcoded_qt_path
Browse files Browse the repository at this point in the history
vogleditor: Replace hardcoded Qt path with variables generated by cmake's Qt module
  • Loading branch information
mikesartain authored and cworth-gh committed Apr 1, 2014
2 parents cd54134 + 9dcebfc commit 9bf37d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vogleditor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 9bf37d3

Please sign in to comment.