Enable Daemon Option, submit for testing
[googlelatitude] / LatitudeUpdater-daemon.pro
1 TARGET = LatitudeUpdaterDaemon
2 QT -= gui
3
4 SOURCES += latitudedaemon.cpp main-daemon.cpp
5 HEADERS += latitudedaemon.h
6
7 include(LatitudeUpdater-common.pri)