From 47428dfa55435e9b040243a0783f0f25a49c8e76 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 12 Nov 2019 14:01:48 +0100 Subject: Convert all of tests/manual Fixes: QTBUG-78164 Change-Id: I28b59bf84533fc33fafafd1511b5337d36af0e2b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor --- tests/manual/inputmethodhints/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/manual/inputmethodhints/CMakeLists.txt (limited to 'tests/manual/inputmethodhints/CMakeLists.txt') diff --git a/tests/manual/inputmethodhints/CMakeLists.txt b/tests/manual/inputmethodhints/CMakeLists.txt new file mode 100644 index 0000000000..1bbf7caef8 --- /dev/null +++ b/tests/manual/inputmethodhints/CMakeLists.txt @@ -0,0 +1,20 @@ +# Generated from inputmethodhints.pro. + +##################################################################### +## tst_inputmethodhints Binary: +##################################################################### + +add_qt_manual_test(tst_inputmethodhints + GUI + SOURCES + inputmethodhints.cpp inputmethodhints.h inputmethodhints.ui + main.cpp + PUBLIC_LIBRARIES + Qt::Gui + Qt::Widgets + ENABLE_AUTOGEN_TOOLS + uic +) + +#### Keys ignored in scope 1:.:.:inputmethodhints.pro:: +# TEMPLATE = "app" -- cgit v1.2.3