summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/components
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-01-10 15:41:57 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-01-10 15:41:57 (GMT)
commit45fe2dddc3a0677b9ec9fce09f07cd4129e37afa (patch)
treec417cfa263ab9a2e33576a68c8c900adba94dd37 /tools/designer/src/components
parentf18aca79a233c71f7a4bc72c9e31de948ba43c31 (diff)
downloadQt-45fe2dddc3a0677b9ec9fce09f07cd4129e37afa.zip
Qt-45fe2dddc3a0677b9ec9fce09f07cd4129e37afa.tar.gz
Qt-45fe2dddc3a0677b9ec9fce09f07cd4129e37afa.tar.bz2
qt project files: create pkg-config files for mingw
This is mostly the same as for unix. Merge-request: 2543 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/designer/src/components')
-rw-r--r--tools/designer/src/components/lib/lib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/src/components/lib/lib.pro b/tools/designer/src/components/lib/lib.pro
index 0ada845..50a8b00 100644
--- a/tools/designer/src/components/lib/lib.pro
+++ b/tools/designer/src/components/lib/lib.pro
@@ -64,7 +64,7 @@ PRECOMPILED_HEADER= lib_pch.h
include(../../sharedcomponents.pri)
include(../component.pri)
-unix {
+unix|win32-g++* {
QMAKE_PKGCONFIG_REQUIRES = QtCore QtDesigner QtGui QtXml
contains(QT_CONFIG, script): QMAKE_PKGCONFIG_REQUIRES += QtScript
}