aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-05-19 15:33:47 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-05-22 21:12:32 +0200
commit06cf582b09fe55fc7f165c786ec07f7b135e4ac9 (patch)
tree1044e2b283261a62ff612236c2a31b2d43261b44 /tests
parenteb30aeaeadc31d5aa361fd098c98058f0d3ad024 (diff)
Use fixed qt_add_resource BASE argument
Task-number: QTBUG-86726 Change-Id: Ib270d786ded8cc64c2cc596b92bb4e30051de311 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/websockets/qwebsocketserver/CMakeLists.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/auto/websockets/qwebsocketserver/CMakeLists.txt b/tests/auto/websockets/qwebsocketserver/CMakeLists.txt
index 2e54d4c..ff35a34 100644
--- a/tests/auto/websockets/qwebsocketserver/CMakeLists.txt
+++ b/tests/auto/websockets/qwebsocketserver/CMakeLists.txt
@@ -12,15 +12,9 @@ qt_internal_add_test(tst_qwebsocketserver
)
# Resources:
-set_source_files_properties("../shared/localhost.cert"
- PROPERTIES QT_RESOURCE_ALIAS "localhost.cert"
-)
-set_source_files_properties("../shared/localhost.key"
- PROPERTIES QT_RESOURCE_ALIAS "localhost.key"
-)
set(qwebsocketshared_resource_files
- "localhost.cert"
- "localhost.key"
+ "../shared/localhost.cert"
+ "../shared/localhost.key"
)
qt_internal_add_resource(tst_qwebsocketserver "qwebsocketshared"