summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/ObjectLibrary/a/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/ObjectLibrary/a/CMakeLists.txt')
-rw-r--r--Tests/QtAutogen/ObjectLibrary/a/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/QtAutogen/ObjectLibrary/a/CMakeLists.txt b/Tests/QtAutogen/ObjectLibrary/a/CMakeLists.txt
new file mode 100644
index 000000000..fe76ac32c
--- /dev/null
+++ b/Tests/QtAutogen/ObjectLibrary/a/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(a OBJECT classa.cpp)
+target_compile_features(a PRIVATE ${QT_COMPILE_FEATURES})