Files
qt-creator/tests/auto/cplusplus/findusages/findusages.pro

7 lines
157 B
Prolog
Raw Normal View History

TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT += testlib
include(../shared/shared.pri)
SOURCES += tst_findusages.cpp
TARGET=tst_$$TARGET