forked from qt-creator/qt-creator
Fix compilation with Qt 5/Windows.
- Adapt to qpa change, qtbase:36547f4eff44361f7a6acd0cff107c0e47561f93. - Implement the progress bar icon for Qt 5/Windows. Change-Id: I42def27fb5e05a6227ce56dd580a5e669d211855 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -210,6 +210,7 @@ RESOURCES += core.qrc \
|
||||
|
||||
win32 {
|
||||
SOURCES += progressmanager/progressmanager_win.cpp
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += gui-private # Uses QPlatformNativeInterface.
|
||||
LIBS += -lole32
|
||||
}
|
||||
else:macx {
|
||||
|
||||
Reference in New Issue
Block a user