summaryrefslogtreecommitdiffstats
path: root/src/gui/pepper/pepper.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/pepper/pepper.pri')
-rw-r--r--src/gui/pepper/pepper.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/pepper/pepper.pri b/src/gui/pepper/pepper.pri
new file mode 100644
index 0000000000..ed089cc981
--- /dev/null
+++ b/src/gui/pepper/pepper.pri
@@ -0,0 +1,8 @@
+
+INCLUDEDIR =+ $$PWD
+DEPENDIR += $$PWD
+SOURCES += $$PWD/event_handler.cc \
+ $$PWD/plugin_object.cc \
+ $$PWD/test_object.cc \
+ $$PWD/main.cc
+