diff options
author | David Cole <david.cole@kitware.com> | 2012-02-14 21:16:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-14 21:16:34 (GMT) |
commit | ea55b3e657ba4debd7a2ed17225052d3cde6283d (patch) | |
tree | 00a9ad8dc5306f6647fed3ecf7c1b2e41ce2c987 /Utilities | |
parent | 4ad9232a48b3adcd64ad1ffe052199af108d87af (diff) | |
parent | 9fb9416f78a83c59e1260ec1ec0699618be1b95f (diff) | |
download | CMake-ea55b3e657ba4debd7a2ed17225052d3cde6283d.zip CMake-ea55b3e657ba4debd7a2ed17225052d3cde6283d.tar.gz CMake-ea55b3e657ba4debd7a2ed17225052d3cde6283d.tar.bz2 |
Merge topic 'change_qmake_path'
9fb9416 Use upgraded qt on linux build machine.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Release/magrathea_release.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/magrathea_release.cmake b/Utilities/Release/magrathea_release.cmake index 549460e..1b2ae02 100644 --- a/Utilities/Release/magrathea_release.cmake +++ b/Utilities/Release/magrathea_release.cmake @@ -10,7 +10,7 @@ CURSES_INCLUDE_PATH:PATH=/usr/i686-gcc-332s/include/ncurses FORM_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libform.a CPACK_SYSTEM_NAME:STRING=Linux-i386 BUILD_QtDialog:BOOL:=TRUE -QT_QMAKE_EXECUTABLE:FILEPATH=/home/kitware/qt-x11-opensource-src-4.3.3-install/bin/qmake +QT_QMAKE_EXECUTABLE:FILEPATH=/home/kitware/qt-4.43-install/bin/qmake ") get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) include(${path}/release_cmake.cmake) |