tests/benchmarks/qanimation/qanimation.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 TEMPLATE = app
       
     3 TARGET = tst_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