summaryrefslogtreecommitdiffstats
path: root/src/winmain/winmain.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-09 14:29:01 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-10 13:28:13 +0000
commit390598cb4392bbf5f77e8a05578e190b1a9f544a (patch)
tree2c2d311304f43728a48f9178d6671059e3e1026c /src/winmain/winmain.pro
parent8042c5243ce693e1960b3c07fd7a1923ddba82d6 (diff)
Winmain: Remove Windows CE.
Remove #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library. Task-number: QTBUG-51673 Change-Id: I473f215066db819a273f293940dcce9fe03152c3 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.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 e8c9ace03b..828ef6cf5a 100644
--- a/src/winmain/winmain.pro
+++ b/src/winmain/winmain.pro
@@ -21,7 +21,7 @@ winrt {
} else {
SOURCES = qtmain_win.cpp
- !wince: LIBS += -lshell32
+ LIBS += -lshell32
}
load(qt_installs)
@@ -31,5 +31,3 @@ TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
load(qt_targets)
load(qt_build_paths)
load(qt_common)
-
-wince: QMAKE_POST_LINK =