Sha256: 70f6375463d65da66b53a8ab5f8a15cf7e57146b5dafc1efee71194c95cddb3e

Contents?: true

Size: 344 Bytes

Versions: 20

Compression:

Stored size: 344 Bytes

Contents

cmake_minimum_required(VERSION 2.6)
project(target_test)
enable_language(CXX)
find_package(Qt4)
include(${QT_USE_FILE})
include_directories(${QT_INCLUDES})


# # set(test NONE)
# message(STATUS "Target test: ${test}")
# add_definitions(-DTEST_${test})
add_executable( target_test test.cpp )
target_link_libraries( target_test ${QT_LIBRARIES} )

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
rock-qtbindings-4.8.6.5 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.6.5 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.6.4 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.6.2 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.6.1 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.6.0 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.5.2 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.5.1 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.5.0 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.3.0-x86-mingw32 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.8.3.0 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.4-x86-mingw32 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.4 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.3 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.2-x86-mingw32 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.2 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.1 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.1-x86-mingw32 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.0 ext/smoke/qtcore/tests/CMakeLists.txt
qtbindings-4.6.3.0-x86-mingw32 ext/smoke/qtcore/tests/CMakeLists.txt