tests/auto/qlibrary/tst/tst.pro
changeset 0 1918ee327afb
child 33 3e2da88830cd
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 SOURCES         += ../tst_qlibrary.cpp
       
     3 TARGET  = ../tst_qlibrary
       
     4 QT = core
       
     5 
       
     6 win32 {
       
     7   CONFIG(debug, debug|release) {
       
     8     TARGET = ../../debug/tst_qlibrary
       
     9 } else {
       
    10     TARGET = ../../release/tst_qlibrary
       
    11   }
       
    12 }
       
    13 
       
    14 wince*: {
       
    15    addFiles.sources = ../*.dll ../*.dl2 ../mylib_noextension
       
    16    addFiles.path = .
       
    17    DEPLOYMENT += addFiles
       
    18    DEFINES += SRCDIR=\\\"\\\"
       
    19 }else:symbian* {
       
    20    binDep.sources = \
       
    21         mylib.dll \
       
    22         system.trolltech.test.mylib.dll
       
    23    binDep.path = /sys/bin
       
    24 #mylib.dl2 nonstandard binary deployment will cause warning in emulator,
       
    25 #but it can be safely ignored.
       
    26    custBinDep.sources = mylib.dl2
       
    27    custBinDep.path = /sys/bin
       
    28 
       
    29    DEPLOYMENT += binDep custBinDep
       
    30 } else {
       
    31    DEFINES += SRCDIR=\\\"$$PWD/../\\\"
       
    32 }
       
    33