qtmobility/tests/bearerex/bearerex.pro
changeset 4 90517678cc4f
parent 0 cfcbf08528c4
child 13 4203353e74ea
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     3 
     3 
     4 QT += core \
     4 QT += core \
     5       gui \
     5       gui \
     6       network
     6       network
     7 
     7 
     8 FORMS += sessiondialog.ui \
     8 FORMS += detailedinfodialog.ui
     9          bearerex.ui \
     9 maemo5|maemo6 {
    10          detailedinfodialog.ui
    10     FORMS += sessiondialog_maemo.ui \
       
    11         bearerex_maemo.ui
       
    12 } else {
       
    13     FORMS += sessiondialog.ui \
       
    14         bearerex.ui
       
    15 }
       
    16 
    11 include(../../common.pri)
    17 include(../../common.pri)
    12 #not really a test case but deployment happens same way
    18 #not really a test case but deployment happens same way
    13 CONFIG += testcase
    19 CONFIG += testcase
    14 
    20 
    15 DEPENDPATH += .
    21 DEPENDPATH += .