diff options
Diffstat (limited to 'tests/manual/shapestest/CMakeLists.txt')
-rw-r--r-- | tests/manual/shapestest/CMakeLists.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/manual/shapestest/CMakeLists.txt b/tests/manual/shapestest/CMakeLists.txt new file mode 100644 index 0000000000..587f1c596b --- /dev/null +++ b/tests/manual/shapestest/CMakeLists.txt @@ -0,0 +1,28 @@ +# Generated from shapestest.pro. + +##################################################################### +## shapestest Binary: +##################################################################### + +add_qt_executable(shapestest + GUI + SOURCES + main.cpp + PUBLIC_LIBRARIES + Qt::Gui + Qt::Qml + Qt::Quick +) + +# Resources: +add_qt_resource(shapestest "shapestest" + PREFIX + "/shapestest" + FILES + shapestest.qml +) + + +#### Keys ignored in scope 1:.:.:shapestest.pro:<TRUE>: +# OTHER_FILES = "shapestest.qml" +# TEMPLATE = "app" |