summaryrefslogtreecommitdiff
path: root/distfoldd/distfoldd.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-09-17 23:03:03 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-09-17 23:03:03 +0200
commitc3a1946675855b299a2b36550cdf2c2f69d153aa (patch)
treef7adf66404cdc47994225b616bcaf082a07dd168 /distfoldd/distfoldd.pro
downloaddistfold-c3a1946675855b299a2b36550cdf2c2f69d153aa.tar.gz
distfold-c3a1946675855b299a2b36550cdf2c2f69d153aa.zip
initial import
Diffstat (limited to 'distfoldd/distfoldd.pro')
-rw-r--r--distfoldd/distfoldd.pro35
1 files changed, 35 insertions, 0 deletions
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
+}