SOURCES = sandboxhook.cpp TEMPLATE = lib TARGET = sandboxhook CONFIG -= app_bundle CONFIG += console qtestlib QT -= gui QT += network testlib LIBS += -ltestutils !include( ../tests.pri ) { error("Unable to find tests include") } unix:target.path = $${PREFIX}/$$TESTS_PATH INSTALLS += target !include( ../../buildpath.pri ) { error("Unable to find build path specification") }