Skip to content

Commit

Permalink
Sync .pr[oi] with the Makefiles so qmake builds again
Browse files Browse the repository at this point in the history
Change-Id: Ief766ac61f98859b84fc61b03b8c1292d3c06525
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
Marius Storm-Olsen authored and Qt by Nokia committed Aug 13, 2012
1 parent 46e2c94 commit addc998
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions qmake/qmake.pri
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ bootstrap { #Qt code
SOURCES += qfilesystemengine_unix.cpp qfilesystemiterator_unix.cpp qfsfileengine_unix.cpp
mac {
SOURCES += qfilesystemengine_mac.cpp
SOURCES += qcore_mac.cpp qsettings_mac.cpp
SOURCES += qcore_mac.cpp qsettings_mac.cpp qlocale_mac.mm
LIBS += -framework ApplicationServices
} else {
SOURCES += qlocale_unix.cpp
}
} else:win32 {
SOURCES += qfilesystemengine_win.cpp qfsfileengine_win.cpp qfilesystemiterator_win.cpp qsettings_win.cpp \
qsystemlibrary.cpp
qsystemlibrary.cpp qlocale_win.cpp registry.cpp
win32-msvc*:LIBS += ole32.lib advapi32.lib
win32-g++*:LIBS += -lole32 -luuid -ladvapi32 -lkernel32
}
Expand All @@ -144,7 +146,7 @@ bootstrap { #Qt code
}
DEFINES *= QT_NO_QOBJECT
} else {
CONFIG += qt
CONFIG += qt
QT = core
}
*-g++:profiling {
Expand Down
5 changes: 4 additions & 1 deletion qmake/qmake.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ VPATH += $$QT_SOURCE_TREE/src/corelib/global \
$$QT_SOURCE_TREE/src/corelib/codecs \
$$QT_SOURCE_TREE/src/corelib/plugin \
$$QT_SOURCE_TREE/src/corelib/xml \
$$QT_SOURCE_TREE/src/corelib/io
$$QT_SOURCE_TREE/src/corelib/io \
$$QT_SOURCE_TREE/tools/shared/windows

INCLUDEPATH += . \
generators \
generators/unix \
Expand All @@ -30,6 +32,7 @@ INCLUDEPATH += . \
$$QT_SOURCE_TREE/include/QtCore \
$$QT_SOURCE_TREE/include/QtCore/$$QT_VERSION \
$$QT_SOURCE_TREE/include/QtCore/$$QT_VERSION/QtCore \
$$QT_SOURCE_TREE/tools/shared \
$$QT_SOURCE_TREE/qmake

include(qmake.pri)

0 comments on commit addc998

Please sign in to comment.