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

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