2009-02-10 10:48:19 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
|
CONFIG += qt warn_on console depend_includepath
|
2009-10-26 14:40:36 +01:00
|
|
|
QT += testlib
|
|
|
|
|
include(../shared/shared.pri)
|
2009-02-09 10:21:29 +01:00
|
|
|
SOURCES += tst_lookup.cpp
|
2009-09-22 00:33:38 +10:00
|
|
|
TARGET=tst_$$TARGET
|