diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-17 04:04:21 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-17 04:04:21 (GMT) |
commit | 4d5d94b7cf41fbfefd37812ae3b311dd619a6731 (patch) | |
tree | 2de262a647fb49b371c1790e44e96486a0adf27d /tests/auto/declarative/graphicswidgets/graphicswidgets.pro | |
parent | 89464ba786864f8a905c0d9939033970ac10f978 (diff) | |
download | Qt-4d5d94b7cf41fbfefd37812ae3b311dd619a6731.zip Qt-4d5d94b7cf41fbfefd37812ae3b311dd619a6731.tar.gz Qt-4d5d94b7cf41fbfefd37812ae3b311dd619a6731.tar.bz2 |
graphicswidgets basic autotest
Diffstat (limited to 'tests/auto/declarative/graphicswidgets/graphicswidgets.pro')
-rw-r--r-- | tests/auto/declarative/graphicswidgets/graphicswidgets.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/graphicswidgets/graphicswidgets.pro b/tests/auto/declarative/graphicswidgets/graphicswidgets.pro new file mode 100644 index 0000000..712c34c --- /dev/null +++ b/tests/auto/declarative/graphicswidgets/graphicswidgets.pro @@ -0,0 +1,8 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative gui +macx:CONFIG -= app_bundle + +SOURCES += tst_graphicswidgets.cpp + +# Define SRCDIR equal to test's source directory +DEFINES += SRCDIR=\\\"$$PWD\\\" |