Added required structure and .pro files to the project
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 18:39:13 +0000 (20:39 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 18:39:13 +0000 (20:39 +0200)
qwebsockets.pro [new file with mode: 0644]
src/qwebsockets.pro [new file with mode: 0644]
src/src.pro [new file with mode: 0644]
tests/tests.pro [moved from tests/unittests.pro with 100% similarity]

diff --git a/qwebsockets.pro b/qwebsockets.pro
new file mode 100644 (file)
index 0000000..ad75adb
--- /dev/null
@@ -0,0 +1,7 @@
+cache()
+TEMPLATE = subdirs
+
+SUBDIRS =      \
+                       src \
+                       examples \
+                       tests
diff --git a/src/qwebsockets.pro b/src/qwebsockets.pro
new file mode 100644 (file)
index 0000000..362d978
--- /dev/null
@@ -0,0 +1,9 @@
+QMAKE_DOCS = $$PWD/doc/qwebsockets.qdocconfig
+
+include($$PWD/qwebsockets.pri)
+
+TEMPLATE = lib
+VERSION = 0.9
+TARGET = QWebSockets
+
+mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET
diff --git a/src/src.pro b/src/src.pro
new file mode 100644 (file)
index 0000000..e975a6b
--- /dev/null
@@ -0,0 +1 @@
+include ($$PWD/qwebsockets.pro)
similarity index 100%
rename from tests/unittests.pro
rename to tests/tests.pro