diff --git a/tests/tests.pro b/tests/tests.pro --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,31 +1,31 @@ TEMPLATE = app TARGET = qmactest QT += testlib QT -= gui CONFIG += qt console warn_on depend_includepath testcase no_testcase_installs CONFIG -= app_bundle # The following define makes your compiler emit warnings if you use # any feature of Qt which as been marked deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS isEmpty(INCLUDEPATH): SITE_INCLUDEPATH = $$(HOME)/src/include else: SITE_INCLUDEPATH = $$INCLUDEPATH isEmpty(LIBS): SITE_LIBS = -L$$(HOME)/src/lib else: SITE_LIBS = $$LIBS INCLUDEPATH = $$PWD/../qmac $$SITE_INCLUDEPATH DEPENDPATH = $$PWD/../qmac win32:CONFIG(release, debug|release): LIBS = -L$$OUT_PWD/../qmac/release -lqmac else:win32:CONFIG(debug, debug|release): LIBS = -L$$OUT_PWD/../qmac/debug -lqmacd -else:unix: LIBS = -L$$OUT_PWD/../qmac +else:unix: LIBS = -L$$OUT_PWD/../qmac -lqmac SOURCES += \ main.cpp HEADERS += \ main.h