diff options
Diffstat (limited to 'examples/network/http')
-rw-r--r-- | examples/network/http/http.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/network/http/http.pro b/examples/network/http/http.pro index 7f58d9f..99aa717 100644 --- a/examples/network/http/http.pro +++ b/examples/network/http/http.pro @@ -9,3 +9,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/network/http sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro sources.path = $$[QT_INSTALL_EXAMPLES]/network/http INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |