X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fauto%2Fquick%2Fquick.pro;h=82592a997562c387887ae38145258bbe40b906bd;hb=feb996e3ab44e68082c97102556ea396f5df3f44;hp=4065dbf508b8d5224dbf2ea0f3d8fb66f5f64e0d;hpb=0284817d6cd7e17afa8da26ee6e9199100754446;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 4065dbf..82592a9 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -1,12 +1,14 @@ TEMPLATE = subdirs PUBLICTESTS += \ - examples \ geometry \ - nodes \ rendernode \ qquickpixmapcache +!contains(QT_CONFIG, no-widgets): PUBLICTESTS += nodes + +!cross_compile: PUBLICTESTS += examples + # This test requires the qtconcurrent module !contains(QT_CONFIG, concurrent):PUBLICTESTS -= qquickpixmapcache @@ -15,9 +17,11 @@ PRIVATETESTS += \ qquickapplication \ qquickbehaviors \ qquickfontloader \ + qquickimageprovider \ qquickpath \ qquicksmoothedanimation \ qquickspringanimation \ + qquickanimationcontroller \ qquickstyledtext \ qquickstates \ qquicksystempalette \ @@ -38,8 +42,9 @@ QUICKTESTS = \ qquickanimatedimage \ qquickanimatedsprite \ qquickborderimage \ - qquickcanvas \ + qquickwindow \ qquickdrag \ + qquickdroparea \ qquickflickable \ qquickflipable \ qquickfocusscope \ @@ -55,6 +60,7 @@ QUICKTESTS = \ qquickpathview \ qquickpincharea \ qquickpositioners \ + qquickrectangle \ qquickrepeater \ qquickshadereffect \ qquickspritesequence \ @@ -65,6 +71,7 @@ QUICKTESTS = \ qquickview \ qquickcanvasitem \ qquickscreen \ + touchmouse \ SUBDIRS += $$PUBLICTESTS