aboutsummaryrefslogtreecommitdiffstats
path: root/ServerExecute.pro
diff options
context:
space:
mode:
Diffstat (limited to 'ServerExecute.pro')
-rw-r--r--ServerExecute.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/ServerExecute.pro b/ServerExecute.pro
new file mode 100644
index 0000000..5700149
--- /dev/null
+++ b/ServerExecute.pro
@@ -0,0 +1,8 @@
+QT += webkit
+
+SOURCES += \
+ ServerExecute.cpp \
+ PageRunner.cpp
+
+HEADERS += \
+ PageRunner.h