tests/auto/qmake/testdata/findDeps/findDeps.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE = app
       
     2 TARGET = findDeps
       
     3 DEPENDPATH += .
       
     4 INCLUDEPATH += .
       
     5 DESTDIR	= ./
       
     6 
       
     7 # Input
       
     8 HEADERS += object1.h \
       
     9            object2.h \
       
    10            object3.h \
       
    11            object4.h \
       
    12            object5.h \
       
    13            object6.h \
       
    14            object7.h \
       
    15            object8.h \
       
    16            object9.h
       
    17 SOURCES += main.cpp