summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/findDeps/findDeps.pro
blob: 43577b5122aa769f0d762ba5b2731da5008c4d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = findDeps
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR	= ./

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