You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/cmakeqt3app/cmakeqt3app-CMakeLists.txt

15 lines
304 B

PROJECT(%{APPNAMELC})
# at least cmake version 2.4.0 is required
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.0)
# uncomment the following line if you require a special version of Qt
# and adjust it accordingly
# SET(QT_MIN_VERSION "3.0.0")
# try to find Qt 3
FIND_PACKAGE(Qt3 REQUIRED)
ADD_SUBDIRECTORY(src)