aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tst_qtgraphicaleffects.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-08 15:43:57 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-08-15 10:55:21 +0000
commit6c56ed31ad32a8e76fc55374bbd3961134c6b01a (patch)
tree89058959bdb3cebb0bcc2086be2779e8d87eee64 /tests/auto/tst_qtgraphicaleffects.cpp
parent3d74af5ee50fb949520f64923658a9b30b6bb5c8 (diff)
Initial CMake port
Task-number: QTBUG-75999 Change-Id: Id47cd7a769a27a6776ced0ce92b89a8bdf4f7da1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/tst_qtgraphicaleffects.cpp')
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index 7f26b01..d15453f 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -28,6 +28,7 @@
#include <qtest.h>
#include <QtCore/qscopedpointer.h>
+#include <QtCore/QLibraryInfo>
#include <QtQml>
class tst_qtgraphicaleffects : public QObject