summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-04-20 18:53:19 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2011-04-20 18:53:19 +0200
commitda1ccb50df6c9f5965fdaf1ab103c6671285c770 (patch)
treea48491e73dc6a0288d92662b4b65917284ec1aab
parentf6251aae0e9ba91f1d1c8b341cabc1d75e34ad9e (diff)
fix building jom with a shared Qtv1.0.5
Doesn't make much sense but now it works.
-rw-r--r--src/app/app.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 5052051..d641634 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -22,3 +22,8 @@ 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
+}
+