summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2012-07-02 13:41:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-02 05:49:46 +0200
commit4b30b7e6e2ae2ad13f3566bdc463f319b8456e5e (patch)
treebf7ff1645a784a6f1cb2659e6a877703bc8bf845 /src/tools
parent355d9ce74e1ea723cf03a42db1d1ecd9ce9e890b (diff)
Make unix backend compile on Mac
Update the backend include files and avoid using a linux only pipe2. Also compile sfwlisten correctly and place it in the right location. Change-Id: I083c286a8ed2ca7bdba8f3025c2a66a9e0405a1a Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sfwlisten/sfwlisten.pro17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/tools/sfwlisten/sfwlisten.pro b/src/tools/sfwlisten/sfwlisten.pro
index 9242616d..4882160d 100644
--- a/src/tools/sfwlisten/sfwlisten.pro
+++ b/src/tools/sfwlisten/sfwlisten.pro
@@ -1,3 +1,18 @@
+load(qt_build_config)
+
TEMPLATE = app
+TARGET = sfwlisten
+
+CONFIG -= app_bundle
+
+DESTDIR = $$QT.serviceframework.bins
+
+QT = core network
+
SOURCES = main.cpp
-QT = core network \ No newline at end of file
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target
+
+CONFIG += console
+load(qt_targets)