From: Lukáš Jirkovský Date: Fri, 14 Mar 2014 09:48:05 +0000 (+0100) Subject: Do not hardcode qmake executable, it should be found by the CMake itself. X-Git-Url: https://git.cworth.org/git?p=vogl;a=commitdiff_plain;h=c6c85f04ff9dd1845857c9e5eb25e4287736dc29 Do not hardcode qmake executable, it should be found by the CMake itself. --- diff --git a/src/vogleditor/CMakeLists.txt b/src/vogleditor/CMakeLists.txt index 2dc839e..15996cb 100644 --- a/src/vogleditor/CMakeLists.txt +++ b/src/vogleditor/CMakeLists.txt @@ -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(