Files
qt-creator/tests/auto/cplusplus/ast/ast.pro
Rohan McGovern f1f46be2f1 Make tests follow Qt conventions by starting all unit tests with `tst_'.
Some scripts make use of this convention to differentiate unit tests
from applications which happen to link to testlib.

Reviewed-by: ossi
2009-09-22 00:36:25 +10:00

8 lines
155 B
Prolog

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