# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. #[=======================================================================[.rst: FindCygwin ---------- this module looks for Cygwin #]=======================================================================] if (WIN32) if(CYGWIN_INSTALL_PATH) set(CYGWIN_BAT "${CYGWIN_INSTALL_PATH}/cygwin.bat") endif() find_program(CYGWIN_BAT NAMES cygwin.bat PATHS "C:/Cygwin" "C:/Cygwin64" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygwin\\setup;rootdir]" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]" ) get_filename_component(CYGWIN_INSTALL_PATH "${CYGWIN_BAT}" DIRECTORY) mark_as_advanced(CYGWIN_BAT) endif () d> index : Qt.git
Qt s a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
path: root/config.tests/unix
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-0655-55/+55
* NEON configure detection and initial blend function implementations.Samuel Rødal2009-12-182-0/+53
* Qt fails to build on RHEL 4 and other older Linux versions because ofKurt Korbatits2009-12-071-1/+4
* Sanitize building Qt with OpenGL ES supportHarald Fernengel2009-11-023-9/+9
* Adapt to libtiff 4.0 changesBernhard Rosenkraenzer2009-10-051-0/+5
* Add configure flags to force turning on or off JavaScriptCore JITJørgen Lind2009-10-022-0/+48
* Update license headers again.Jason McDonald2009-09-0953-212/+212
* Add missing license headers.Jason McDonald2009-08-313-0/+123
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3147-611/+611
|\
| * Update tech preview license header.Jason McDonald2009-08-3147-611/+611
* | Add license headersPaul Olav Tvete2009-08-313-0/+123
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-28