2010-02-10 16:53:01 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
|
CONFIG += qt warn_on console depend_includepath
|
2010-07-13 11:59:37 +10:00
|
|
|
CONFIG += qtestlib testcase
|
2010-02-10 16:53:01 +01:00
|
|
|
include(../shared/shared.pri)
|
|
|
|
|
SOURCES += tst_findusages.cpp
|
|
|
|
|
TARGET=tst_$$TARGET
|