qtmobility/tests/bearerex/bearerex.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:58:44 +0300
branchRCL_3
changeset 3 eb34711bcc75
parent 0 cfcbf08528c4
child 6 4203353e74ea
permissions -rw-r--r--
Revision: 201017 Kit: 201019

TEMPLATE = app
TARGET = BearerEx

QT += core \
      gui \
      network

FORMS += detailedinfodialog.ui
maemo5|maemo6 {
    FORMS += sessiondialog_maemo.ui \
        bearerex_maemo.ui
} else {
    FORMS += sessiondialog.ui \
        bearerex.ui
}

include(../../common.pri)
#not really a test case but deployment happens same way
CONFIG += testcase

DEPENDPATH += .
INCLUDEPATH += . \
               ../../src/bearer

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

CONFIG += mobility
MOBILITY = bearer
symbian:TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData