summaryrefslogtreecommitdiffstats
path: root/devdays-windowsystem-server.pro
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2010-02-10 14:45:14 +0100
committerMarius Bugge Monsen <mmonsen@trolltech.com>2010-02-10 14:45:14 +0100
commit20fc8529e2c600788e3e34c4e40e980db13c4458 (patch)
tree3afc78a31cd2a504ad52e0b3237164a11ea330bf /devdays-windowsystem-server.pro
Initial commit.
Diffstat (limited to 'devdays-windowsystem-server.pro')
-rw-r--r--devdays-windowsystem-server.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/devdays-windowsystem-server.pro b/devdays-windowsystem-server.pro
new file mode 100644
index 0000000..46b3923
--- /dev/null
+++ b/devdays-windowsystem-server.pro
@@ -0,0 +1,15 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Wed Feb 10 14:44:14 2010
+######################################################################
+
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+
+QT += network
+CONFIG -= app_bundle
+
+# Input
+HEADERS += protocol.h server.h window.h
+SOURCES += main.cpp server.cpp window.cpp