From c3a1946675855b299a2b36550cdf2c2f69d153aa Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 17 Sep 2012 23:03:03 +0200 Subject: initial import --- distfoldd/distfoldd.pro | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 distfoldd/distfoldd.pro (limited to 'distfoldd/distfoldd.pro') diff --git a/distfoldd/distfoldd.pro b/distfoldd/distfoldd.pro new file mode 100644 index 0000000..3eb804e --- /dev/null +++ b/distfoldd/distfoldd.pro @@ -0,0 +1,35 @@ +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 +} -- cgit v1.2.3