Don't skip autotest and export needed symbol
authorGunnar Sletta <gunnar.sletta@nokia.com>
Thu, 18 Aug 2011 08:25:38 +0000 (10:25 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 19 Aug 2011 00:32:53 +0000 (02:32 +0200)
Change-Id: Ib5090348cefa955caa54c5e4fff8cb961ddb8e52
Reviewed-on: http://codereview.qt.nokia.com/3147
Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
src/declarative/scenegraph/util/qsgflatcolormaterial.h
tests/auto/declarative/nodes/tst_nodestest.cpp

index bb2a65b..ffff794 100644 (file)
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
 
 QT_MODULE(Declarative)
 
-class Q_AUTOTEST_EXPORT QSGFlatColorMaterial : public QSGMaterial
+class Q_DECLARATIVE_EXPORT QSGFlatColorMaterial : public QSGMaterial
 {
 public:
     QSGFlatColorMaterial();
index 1d825fb..6b1fa85 100644 (file)
@@ -220,8 +220,6 @@ void NodesTest::simulatedEffect_data()
 
 void NodesTest::simulatedEffect()
 {
-    QSKIP("QTBUG-20029", SkipAll);
-
     QFETCH(bool, connected);
 
     QSGRootNode root;