tests/auto/uic3/uic3.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 
       
     3 CONFIG += qtestlib
       
     4 SOURCES += tst_uic3.cpp
       
     5 TARGET = tst_uic3
       
     6 
       
     7 # This test is not run on wince (I think)
       
     8 DEFINES += SRCDIR=\\\"$$PWD\\\"
       
     9 
       
    10 requires(contains(QT_CONFIG,qt3support))
       
    11