summaryrefslogtreecommitdiffstats
path: root/qtbindings/qtscript_network/qtscript_network.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtbindings/qtscript_network/qtscript_network.pro')
-rw-r--r--qtbindings/qtscript_network/qtscript_network.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtbindings/qtscript_network/qtscript_network.pro b/qtbindings/qtscript_network/qtscript_network.pro
new file mode 100644
index 0000000..38d4908
--- /dev/null
+++ b/qtbindings/qtscript_network/qtscript_network.pro
@@ -0,0 +1,6 @@
+TARGET = qtscript_network
+include(../qtbindingsbase.pri)
+QT -= gui
+QT += network
+SOURCES += $$GENERATEDCPP/com_trolltech_qt_network/main.cpp
+include($$GENERATEDCPP/com_trolltech_qt_network/com_trolltech_qt_network.pri)