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

7 lines
171 B
Prolog
Raw Normal View History

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