let winmain just use qtcore
this is correct dependency-wise (anything which links to this needs to link qtcore), and just cleaner. Change-Id: I2c49d16fc8a0ee8bc55a3c165993fd1c4e313dab Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>bb10
parent
80439fbd82
commit
32437370d6
|
|
@ -6,7 +6,7 @@ TARGET = qtmain
|
|||
DESTDIR = $$QT.core.libs
|
||||
|
||||
CONFIG += static warn_on depend_includepath
|
||||
QT = # qt.prf is still needed for some DEFINES, etc.
|
||||
QT = core
|
||||
|
||||
contains(QT_CONFIG, build_all):CONFIG += build_all
|
||||
|
||||
|
|
@ -16,8 +16,6 @@ win32-msvc*:QMAKE_CFLAGS_DEBUG *= -Z7
|
|||
win32-msvc*:QMAKE_CXXFLAGS_DEBUG *= -Z7
|
||||
win32-g++*: DEFINES += QT_NEEDS_QMAIN
|
||||
|
||||
INCLUDEPATH += $$QT.core.includes
|
||||
|
||||
SOURCES = qtmain_win.cpp
|
||||
|
||||
load(qt_installs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue