From 1835afe6217c562a61c37676119c0d1f081a9828 Mon Sep 17 00:00:00 2001 From: axis Date: Wed, 18 May 2011 15:30:27 +0200 Subject: Moved common module profiles to be feature profiles. This enables external modules to also make use of them without having access to the complete QtBase source code. Change-Id: I056e45cba6c6798b76670b8d238dadb2d9f9c092 Task: QTBUG-19585 Reviewed-on: http://codereview.qt.nokia.com/234 Reviewed-by: Marius Storm-Olsen --- src/uitools/uitools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uitools') diff --git a/src/uitools/uitools.pro b/src/uitools/uitools.pro index 977fe50c09..e326c8a726 100644 --- a/src/uitools/uitools.pro +++ b/src/uitools/uitools.pro @@ -22,7 +22,7 @@ isEmpty(QT_MAJOR_VERSION) { } else { VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} } -include(../qt_targets.pri) +load(qt_targets) QMAKE_TARGET_PRODUCT = UiLoader QMAKE_TARGET_DESCRIPTION = QUiLoader -- cgit v1.2.3