summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDāvis Mosāns <davispuh@gmail.com>2016-09-08 00:26:12 +0300
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-11-11 07:36:07 +0000
commitbce9a31a62a9e0cf2e7e3b8f29dc17e4c4669c6b (patch)
tree9c6be0970c7a6a699071b2c0e2f3fc71328a856e /src
parente93bb481016d910201a215ba712278d9cd993565 (diff)
Update CMake to use Qt5
Change-Id: I123657499b097473eef84cd493d16b7e8814d16c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/jomlib/targetexecutor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jomlib/targetexecutor.h b/src/jomlib/targetexecutor.h
index 9f04325..f1a5d32 100644
--- a/src/jomlib/targetexecutor.h
+++ b/src/jomlib/targetexecutor.h
@@ -27,6 +27,7 @@
#define TARGETEXECUTOR_H
#include "makefile.h"
+#include <QObject>
#include <QEvent>
#include <QtCore/QMap>