TARGET = distfoldd TEMPLATE = app CONFIG += console CONFIG -= app_bundle QT += core network QT -= gui CONFIG += mobility MOBILITY += systeminfo SOURCES += main.cc \ distfolder.cc \ server.cc \ watcher.cc \ clientagent.cc \ serveragent.cc \ agent.cc \ discoverer.cc \ compressor.cc HEADERS += \ distfolder.h \ server.h \ watcher.h \ clientagent.h \ serveragent.h \ agent.h \ discoverer.h \ compressor.h contains(MEEGO_EDITION,harmattan) { target.path = /opt/distfold/bin INSTALLS += target }