TEMPLATE = app TARGET = ../bin/tietoopcom LIBS += -lQtTapioca PREFIX = /usr CONFIG += debug_and_release \ maemo_sdk qdbus QMAKE_CXXFLAGS_RELEASE += -DQT_NO_DEBUG_OUTPUT CONFIG(debug, debug|release) { TARGET = $$join(TARGET,,,_debug) MOC_DIR = ../build/debug OBJECTS_DIR = ../build/debug UI_DIR = ../build/debug RCC_DIR = ../build/debug } CONFIG(release, debug|release) { MOC_DIR = ../build/release OBJECTS_DIR = ../build/release UI_DIR = ../build/release RCC_DIR = ../build/release } CONFIG(maemo_sdk) { } target.path = $$PREFIX/bin INSTALLS += target DEPENDPATH += . INCLUDEPATH += . SOURCES += main.cpp \ TocSettings.cpp RESOURCES += application.qrc include(TocUi/TocUi.pri) include(TocEngine/TocEngine.pri) include(../include/include.pri)