summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/findDeps/findDeps.pro
blob: 442c9c767fd8028f8c06a404f59c5b9eea05c9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESTDIR	= ./

HEADERS += object1.h \
           object2.h \
           object3.h \
           object4.h \
           object5.h \
           object6.h \
           object7.h \
           object8.h \
           object9.h
SOURCES += main.cpp