summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-04-13 18:55:01 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-04-27 15:53:33 +0200
commitc4623d4296f0a5502cba5f2395b97bd28a83dd6f (patch)
tree0e5321aab1fe8c45110c8046e3b15db7792e134a /tests
parentbc04ce3195048a8e236aa510a7a1e6ffa4b742c5 (diff)
Update tests and examples to use the new '_axserver_' functions
Use the new '_axserver_' function in tests and examples associated to creating of the ActiveX sever. Squash find_package calls. Change-Id: Iacdba7b673ae9cfcc7d9e1ff82d0884e330166ab Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testcontrol/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/testcontrol/CMakeLists.txt b/tests/manual/testcontrol/CMakeLists.txt
index bb33c37..2e8a40a 100644
--- a/tests/manual/testcontrol/CMakeLists.txt
+++ b/tests/manual/testcontrol/CMakeLists.txt
@@ -8,12 +8,14 @@ qt_internal_add_manual_test(tst_testcontrol_manual # special case
GUI
SOURCES
main.cpp
+ testcontrol.rc
PUBLIC_LIBRARIES
Qt::AxServer
Qt::Gui
Qt::Widgets
)
qt_disable_warnings(tst_testcontrol_manual)
+qt6_target_idl(tst_testcontrol_manual)
#### Keys ignored in scope 1:.:.:testcontrol.pro:<TRUE>:
# RC_FILE = "testcontrol.rc"