summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/EventViewer/EventView.pri')
-rw-r--r--Swift/QtUI/EventViewer/EventView.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swift/QtUI/EventViewer/EventView.pri b/Swift/QtUI/EventViewer/EventView.pri
index 017f498..3676905 100644
--- a/Swift/QtUI/EventViewer/EventView.pri
+++ b/Swift/QtUI/EventViewer/EventView.pri
@@ -2,10 +2,12 @@ SOURCES += $$PWD/EventDelegate.cpp \
$$PWD/EventModel.cpp \
$$PWD/EventView.cpp \
$$PWD/QtEventWindow.cpp \
- $$PWD/QtEvent.cpp
+ $$PWD/QtEvent.cpp \
+ $$PWD/../QtSubscriptionRequestWindow.cpp
HEADERS += $$PWD/EventDelegate.h \
$$PWD/EventModel.h \
$$PWD/EventView.h \
$$PWD/QtEventWindow.h \
- $$PWD/QtEvent.h
+ $$PWD/QtEvent.h \
+ $$PWD/../QtSubscriptionRequestWindow.h