examples/qtestlib/tutorial5/tutorial5.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 SOURCES = benchmarking.cpp
       
     2 CONFIG  += qtestlib
       
     3 
       
     4 # install
       
     5 target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial5
       
     6 sources.files = $$SOURCES *.pro
       
     7 sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial5
       
     8 INSTALLS += target sources
       
     9 
       
    10 symbian {
       
    11     TARGET.UID3 = 0xA000C60F
       
    12     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    13 }