Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/runonphone/symbianutils/symbianutils.pri

    r769 r846  
    11INCLUDEPATH *= $$PWD
     2
     3QT += network
    24
    35# Input
     
    1012    $$PWD/bluetoothlistener.h \
    1113    $$PWD/communicationstarter.h \
    12     $$PWD/symbiandevicemanager.h
     14    $$PWD/symbiandevicemanager.h \
     15    $$PWD/tcftrkdevice.h \
     16    $$PWD/tcftrkmessage.h \
     17    $$PWD/json.h
    1318
    1419SOURCES += $$PWD/trkutils.cpp \
     
    1722    $$PWD/bluetoothlistener.cpp \
    1823    $$PWD/communicationstarter.cpp \
    19     $$PWD/symbiandevicemanager.cpp
     24    $$PWD/symbiandevicemanager.cpp \
     25    $$PWD/tcftrkdevice.cpp \
     26    $$PWD/tcftrkmessage.cpp \
     27    $$PWD/json.cpp
    2028
    2129# Tests/trklauncher is a console application
Note: See TracChangeset for help on using the changeset viewer.