new project for server
[buliscores] / buliscores-server / buliscores-server.pro
diff --git a/buliscores-server/buliscores-server.pro b/buliscores-server/buliscores-server.pro
new file mode 100644 (file)
index 0000000..611fd92
--- /dev/null
@@ -0,0 +1,23 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-11-14T06:42:15
+#
+#-------------------------------------------------
+
+QT       += core
+QT       += network
+
+QT       -= gui
+
+TARGET = buliscores-server
+CONFIG   += console
+CONFIG   -= app_bundle
+
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+    buliscoressrv.cpp
+
+HEADERS += \
+    buliscoressrv.h