Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sifteo/qtxnetwork

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtxNetwork

QtxNetwork provides extra network classes that are generally useful to Qt applications and libraries, including support for file transfers and pluggable protocols.

Build

To build a dynamic library:

$ qmake CONFIG+=dylib
$ make

To build a static library:

$ qmake CONFIG+=static
$ make

Test

To run the test suite, first configure and build QtxNetwork as a dynamic library, which each test executable will link against. Then invoke the check target to execute all tests in the suite.

$ qmake CONFIG+=dylib
$ make
$ make check

Documentation

To generate API documentation, invoke the docs target.

$ make docs

To view the documentation, open it in a web browser.

$ open doc/qtxnetwork/qtxnetwork-module.html

License

Apache License, Version 2.0

Copyright (c) 2012-2013 Sifteo Inc. <http://www.sifteo.com/>

About

Qt classes to make network programming easier.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.