~ubuntu-branches/ubuntu/raring/qtscriptgenerator/raring

« back to all changes in this revision

Viewing changes to qtbindings/qtscript_network/qtscript_network.pro

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2011-04-24 16:39:27 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110424163927-i4ecxee3juiq8d4e
Tags: 0.1.0+git20101026+8b191fbc-2
* debian_simple_top_makefile.diff: make generated_cpp depend on typesystem
  xml files.
* Add upstream_arm_fix_ftbfs.diff patch to fix FTBFS on arm* architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
include(../qtbindingsbase.pri)
3
3
QT -= gui
4
4
QT += network
5
 
SOURCES += $$GENERATEDCPP/com_trolltech_qt_network/main.cpp
 
5
SOURCES += $$GENERATEDCPP/com_trolltech_qt_network/plugin.cpp
6
6
include($$GENERATEDCPP/com_trolltech_qt_network/com_trolltech_qt_network.pri)