aboutsummaryrefslogtreecommitdiffstats
path: root/qtbindings/qtscript_network/qtscript_network.pro
blob: dfe99df9c21315e76e97e20cadc568e2c0e9379c (plain) (blame)
1
2
3
4
5
6
7
8
TARGET = qtscript_network
include(../qtbindingsbase.pri)
QT -= gui
QT += network
SOURCES += plugin.cpp
HEADERS += plugin.h include/__package_shared.h
INCLUDEPATH += ./include/
include($$GENERATEDCPP/com_trolltech_qt_network/com_trolltech_qt_network.pri)