4c43b60323
Task-number: QTBUG-21355 Change-Id: I315d4b1f55d42391524c0e8625952dee1b96fca3 Reviewed-on: http://codereview.qt-project.org/4449 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
18 lines
313 B
Prolog
18 lines
313 B
Prolog
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
|