Skip to content

Commit

Permalink
Do not hardcode qmake executable, it should be found by the CMake its…
Browse files Browse the repository at this point in the history
…elf.
  • Loading branch information
stativ committed Mar 14, 2014
1 parent 1a048ad commit eb3dfe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vogleditor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ project(vogleditor)
cmake_minimum_required(VERSION 2.8.9)

include("${SRC_DIR}/build_options.cmake")
set (QT_QMAKE_EXECUTABLE "/usr/local/Trolltech/Qt-4.8.5/bin/qmake")
find_package(Qt4 REQUIRED)

include_directories(
Expand Down

0 comments on commit eb3dfe9

Please sign in to comment.