tests/manual/bearerex/bearerex.pro
changeset 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 TEMPLATE = app
       
     2 TARGET = BearerEx
       
     3 
       
     4 QT += core \
       
     5       gui \
       
     6       network
       
     7 
       
     8 FORMS += detailedinfodialog.ui
       
     9 maemo5|maemo6 {
       
    10     FORMS += sessiondialog_maemo.ui \
       
    11         bearerex_maemo.ui
       
    12 } else {
       
    13     FORMS += sessiondialog.ui \
       
    14         bearerex.ui
       
    15 }
       
    16 
       
    17 
       
    18 # Example headers and sources
       
    19 HEADERS += bearerex.h \
       
    20            xqlistwidget.h
       
    21     
       
    22 SOURCES += bearerex.cpp \
       
    23            main.cpp \
       
    24            xqlistwidget.cpp
       
    25 
       
    26 symbian:TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData