util/tests/auto/uic3/uic3.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     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