CMake/Tutorials/Qt: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 April 2018

24 April 2018

10 July 2013

21 September 2012

  • curprev 15:2915:29, 21 September 2012Daviddoria talk contribs 1,617 bytes +1,617 Created page with "A typical CMakeLists.txt file for a Qt project looks like this: <source lang="cmake"> cmake_minimum_required(VERSION 2.6) PROJECT(TestProject) FIND_PACKAGE(Qt4 REQUIRED) INCLUD..."