mirror of https://github.com/qt/qtactiveqt.git
don't build under mingw
equivalent of 0c70be512bfc40e8a2a09f60a66b7ecb114e748e in monolithic qt. Change-Id: I9546128ea14178412c88fbf3b46a19381cfac88e Reviewed-on: http://codereview.qt-project.org/4566 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
b556a30253
commit
eb0849338f
|
@ -11,7 +11,10 @@ activeqt_examples.subdir = $$IN_PWD/examples
|
|||
activeqt_examples.target = sub-examples
|
||||
activeqt_examples.depends = activeqt_src
|
||||
|
||||
win32 {
|
||||
win32-g++* {
|
||||
message("ActiveQt cannot be built with MinGW - skipping")
|
||||
}
|
||||
else:win32 {
|
||||
SUBDIRS = activeqt_src \
|
||||
activeqt_tools \
|
||||
activeqt_examples
|
||||
|
|
Loading…
Reference in New Issue