summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2021-05-26 17:49:33 +0200
committerRobert Löhning <robert.loehning@qt.io>2021-05-26 19:21:56 +0200
commit9693eb6019bafb1ea62a177daf9075cbe0aa35a0 (patch)
treed63774a6345441235b14ed5d31562280f701fe7c /tests
parentf74511451f621024e4abf60156069b2552d3fe00 (diff)
downloadqtsvg-9693eb6019bafb1ea62a177daf9075cbe0aa35a0.tar.gz
Fuzzing: Ensure importing minimal plugin into static builds
Task-number: QTBUG-94030 Change-Id: I2f94c809645287f027e48833f971cd7cb730b425 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/libfuzzer/svg/qsvgrenderer/render/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libfuzzer/svg/qsvgrenderer/render/CMakeLists.txt b/tests/libfuzzer/svg/qsvgrenderer/render/CMakeLists.txt
index d80ac27..203042d 100644
--- a/tests/libfuzzer/svg/qsvgrenderer/render/CMakeLists.txt
+++ b/tests/libfuzzer/svg/qsvgrenderer/render/CMakeLists.txt
@@ -13,9 +13,6 @@ find_package(Qt6 COMPONENTS Svg)
qt_add_executable(render
main.cpp
)
-qt_import_plugins(render
- INCLUDE Qt::QMinimalIntegrationPlugin
-)
target_link_libraries(render PUBLIC
Qt::Core
@@ -31,3 +28,6 @@ else()
)
endif()
+qt_import_plugins(render
+ INCLUDE Qt::QMinimalIntegrationPlugin
+)