summaryrefslogtreecommitdiffstats
path: root/src/winmain/winmain.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-01 14:23:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 18:07:35 +0100
commit32437370d6d5a730c23607e04c9b0ae9475ebb35 (patch)
tree411da015a30b6d652948c79f274f0ee65b5913ed /src/winmain/winmain.pro
parent80439fbd823e9b6922b1dd9ff45824ec9a49ef2c (diff)
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>
Diffstat (limited to 'src/winmain/winmain.pro')
-rw-r--r--src/winmain/winmain.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/winmain/winmain.pro b/src/winmain/winmain.pro
index 48837fb80a..e5da5bd97f 100644
--- a/src/winmain/winmain.pro
+++ b/src/winmain/winmain.pro
@@ -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)