tests/benchmarks/gui/animation/qanimation/qanimation.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 load(qttest_p4)
       
     2 TEMPLATE = app
       
     3 TARGET = tst_bench_qanimation
       
     4 DEPENDPATH += .
       
     5 INCLUDEPATH += .
       
     6 
       
     7 CONFIG += release
       
     8 #CONFIG += debug
       
     9 
       
    10 
       
    11 SOURCES += main.cpp \
       
    12            dummyobject.cpp \
       
    13            dummyanimation.cpp \
       
    14            rectanimation.cpp
       
    15 
       
    16 HEADERS += dummyobject.h \
       
    17            dummyanimation.h \
       
    18            rectanimation.h