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 committed Mar 13, 2014
2 parents d6853e9 + 2ed2bf5 commit ad65fb9
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 ad65fb9

Please sign in to comment.