SHA256
1
0
forked from pool/kst
Christophe Giboudeaux 2018-06-03 21:46:26 +00:00 committed by Git OBS Bridge
parent 8fda380bb8
commit 0f33ab4c32

View File

@ -1,4 +1,4 @@
commit 7e980b03f3165417cceb9c5434e8123ffb1a44eb
commit b438fb0d1c831cb8c024eb4dc644aeb5114074e6
Author: Christophe Giboudeaux <christophe@krop.fr>
Date: Sun Jun 3 19:43:34 2018 +0200
@ -19,3 +19,15 @@ index 4ff9c151..bc3d8a6c 100644
else()
target_link_libraries(${kst_name}
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${QT_QTNETWORK_LIBRARY})
diff --git a/src/libkstapp/view.h b/src/libkstapp/view.h
index 95c8c6a5..2af53938 100644
--- a/src/libkstapp/view.h
+++ b/src/libkstapp/view.h
@@ -14,6 +14,7 @@
#define VIEW_H
#include <QGraphicsView>
+#include <QMenu>
#include "kst_export.h"