summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/math3d/qmatrixnxn/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/math3d/qmatrixnxn/CMakeLists.txt')
-rw-r--r--tests/auto/gui/math3d/qmatrixnxn/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/gui/math3d/qmatrixnxn/CMakeLists.txt b/tests/auto/gui/math3d/qmatrixnxn/CMakeLists.txt
new file mode 100644
index 0000000000..f1758bf473
--- /dev/null
+++ b/tests/auto/gui/math3d/qmatrixnxn/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qt_test(tst_qmatrixnxn
+ SOURCES tst_qmatrixnxn.cpp
+ DEFINES QT_DISABLE_DEPRECATED_BEFORE=0
+ LIBRARIES Qt::Gui
+)