summaryrefslogtreecommitdiffstats
path: root/tests/manual/bearerex/bearerex.pro
blob: 927f98242ac54fe22195f27e529dd6f448a6b9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = BearerEx

QT += core \
      gui \
      network

FORMS += sessiondialog.ui \
         bearerex.ui \
         detailedinfodialog.ui

# Example headers and sources
HEADERS += bearerex.h \
           xqlistwidget.h
    
SOURCES += bearerex.cpp \
           main.cpp \
           xqlistwidget.cpp

symbian:TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData