summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-22 16:05:53 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-01-06 13:47:19 +0000
commit05f85eade12ee28497f07b226ae3bb0acb5867ba (patch)
tree9acdaff83a8626c6eebc45141be7dd3320faaad8
parent9c54b9cc372de12544f8d88dd6b2476573fdb1a9 (diff)
Do not warn when building with non-static Qt
There's no reason. Also, the additional LIBS entry isn't needed anymore. Change-Id: I78a13fcedd8234d1d972ade85e33e2cd2be886eb Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
-rw-r--r--src/app/app.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 3578740..3a24779 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -19,9 +19,3 @@ contains(QMAKE_CXXFLAGS_RELEASE, -MT) {
INCLUDEPATH += ../jomlib
HEADERS = application.h
SOURCES = main.cpp application.cpp
-
-!CONFIG(static) {
- !build_pass:warning("You're building jom with a shared Qt.")
- LIBS += user32.lib
-}
-