Category:Developing Qt::Network: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Move content to a separate page, so this is just a quick intro to the category.)
(Make it a sub-category of the obvious parent.)
 
Line 1: Line 1:
[[Category:Developing Qt]]
The Qt Networking stack lives in <kbd>qtbase/src/network/</kbd> and its associated test infrastructure in <kbd>qtbase/tests/auto/network-settings.h</kbd> with build-support in <kbd>qtbase/tests/auto/testserver.pri</kbd> for the new containerised test server.
The Qt Networking stack lives in <kbd>qtbase/src/network/</kbd> and its associated test infrastructure in <kbd>qtbase/tests/auto/network-settings.h</kbd> with build-support in <kbd>qtbase/tests/auto/testserver.pri</kbd> for the new containerised test server.

Latest revision as of 12:54, 15 January 2025

The Qt Networking stack lives in qtbase/src/network/ and its associated test infrastructure in qtbase/tests/auto/network-settings.h with build-support in qtbase/tests/auto/testserver.pri for the new containerised test server.