Skip to content
Snippets Groups Projects
Commit 1b9af316 authored by mingw-android's avatar mingw-android Committed by Daniel Teske
Browse files

MinGW compilation fixes for private headers being used

Merge-request: 2199
Change-Id: I7ccf9e54cd0dd004bed12ecb90ab887c424ec476
Reviewed-on: http://codereview.qt.nokia.com/2219


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
parent 3edc756a
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ include(../../qtcreatorlibrary.pri) ...@@ -8,6 +8,8 @@ include(../../qtcreatorlibrary.pri)
include(utils_dependencies.pri) include(utils_dependencies.pri)
include(utils-lib.pri) include(utils-lib.pri)
# Needed for QtCore/private/qwineventnotifier_p.h
win32:include(../../private_headers.pri)
HEADERS += \ HEADERS += \
proxyaction.h proxyaction.h
......
INCLUDEPATH *= $$PWD INCLUDEPATH *= $$PWD
QT += network QT += network
win32:include(../../private_headers.pri)
# Input # Input
HEADERS += $$PWD/symbianutils_global.h \ HEADERS += $$PWD/symbianutils_global.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment