1TEMPLATE = app 2CONFIG += testcase 3TARGET = tst_qplacecontactdetail 4 5SOURCES += tst_qplacecontactdetail.cpp 6 7QT += location testlib 8