From cf6926229f99fb7caeabd3f3ea19fe86d7a59ee9 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 10 May 2012 15:39:03 +0200 Subject: Don't use QtDeclarative compat module Use QtQml instead. Change-Id: If899ebc1e0b4ea86f0f8d4369fbd3eb5cbb2181c Reviewed-by: Matthew Vogt --- examples/quick/text/text.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/text') diff --git a/examples/quick/text/text.pro b/examples/quick/text/text.pro index ecd0762eda..ab5c1677a1 100644 --- a/examples/quick/text/text.pro +++ b/examples/quick/text/text.pro @@ -1,6 +1,6 @@ TEMPLATE = app -QT += quick declarative +QT += quick qml SOURCES += main.cpp target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text -- cgit v1.2.3