VTK/Tutorials/CMakeListsFileForQt4: 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.

21 August 2013

1 July 2010

  • curprev 08:0508:05, 1 July 2010Jrcho talk contribs 1,808 bytes +1,808 Created page with '== CMakeLists.txt == <source lang=cmake> project(application) cmake_minimum_required(VERSION 2.8.0) find_package(VTK) include(${VTK_USE_FILE}) find_package(Qt4 REQUIRED) inclu…'