From b67b08f1c2c26a226db6f43f2452026f85ad6460 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 13 Aug 2020 00:45:36 +0200 Subject: Initial CMake port This change allows to build Qbs using CMake build tool Tested platforms - Linux (gcc) - macOS (clang) - Windows (msvc2017) Missing features (compared to Qbs build) - Documentation build - Bundled QtScript support - Static build - .pc file for qbscore - qbs module for qbscore Change-Id: I09b5dadd6723d5a47e5ef2a9a38d3300488718f2 Reviewed-by: Christian Kandeler --- tests/fuzzy-test/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/fuzzy-test/CMakeLists.txt (limited to 'tests/fuzzy-test') diff --git a/tests/fuzzy-test/CMakeLists.txt b/tests/fuzzy-test/CMakeLists.txt new file mode 100644 index 000000000..fe3a1a54e --- /dev/null +++ b/tests/fuzzy-test/CMakeLists.txt @@ -0,0 +1,12 @@ +set(SOURCES + commandlineparser.cpp + commandlineparser.h + fuzzytester.cpp + fuzzytester.h + main.cpp + ) + +add_qbs_app(qbs_fuzzy-test + DEPENDS Qt5::Core + SOURCES ${SOURCES} + ) -- cgit v1.2.3