Added sync.profile based on that of QtSerialPort
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 19:45:41 +0000 (21:45 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 19:45:41 +0000 (21:45 +0200)
sync.profile [new file with mode: 0644]

diff --git a/sync.profile b/sync.profile
new file mode 100644 (file)
index 0000000..5045cb9
--- /dev/null
@@ -0,0 +1,8 @@
+%modules = (
+       "QWebSockets" => "$basedir/src",
+);
+
+%dependencies = (
+               "qtbase" => "",
+               "qtnetwork" => ""
+);