diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-08-25 21:45:41 +0200 |
---|---|---|
committer | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-08-25 21:45:41 +0200 |
commit | a6c7dbfef8283be12698ae304d4ef1af5aa4cc60 (patch) | |
tree | 984c563501decc9d5a6f55e34018b4f09fd2fc78 /sync.profile | |
parent | 2d614d7bb15babe81b9eb0eedbda1b4fe0c3b4a1 (diff) | |
download | qtwebsockets-a6c7dbfef8283be12698ae304d4ef1af5aa4cc60.tar.gz |
Added sync.profile based on that of QtSerialPort
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..5045cb9 --- /dev/null +++ b/sync.profile @@ -0,0 +1,8 @@ +%modules = ( + "QWebSockets" => "$basedir/src", +); + +%dependencies = ( + "qtbase" => "", + "qtnetwork" => "" +); |