diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-02-19 19:36:03 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-02-22 14:12:00 (GMT) |
commit | bbbd8d402ed5c37d43bd419e7b461f9bacad792f (patch) | |
tree | 2fff07a3cfccaefcbdf9cc6545663204cb7dc6b4 /tests/auto/qstatictext/qstatictext.pro | |
parent | 56779980a6f5735649828542eef6a52361668952 (diff) | |
download | Qt-bbbd8d402ed5c37d43bd419e7b461f9bacad792f.zip Qt-bbbd8d402ed5c37d43bd419e7b461f9bacad792f.tar.gz Qt-bbbd8d402ed5c37d43bd419e7b461f9bacad792f.tar.bz2 |
Compile
This test no longer uses QtOpenGL, therefore it doesn't need to try to
link with it.
Reviewed-by: Eskil
Diffstat (limited to 'tests/auto/qstatictext/qstatictext.pro')
-rw-r--r-- | tests/auto/qstatictext/qstatictext.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstatictext/qstatictext.pro b/tests/auto/qstatictext/qstatictext.pro index a759a90..0f1ca68 100644 --- a/tests/auto/qstatictext/qstatictext.pro +++ b/tests/auto/qstatictext/qstatictext.pro @@ -1,4 +1,4 @@ load(qttest_p4) -QT = core gui opengl +QT = core gui SOURCES += tst_qstatictext.cpp |