Try to fix OBS + Aegis
[googlelatitude] / LatitudeUpdater-qml.pro
1 TARGET = LatitudeUpdaterQML
2 QT    += declarative
3
4 SOURCES += latitudeqml.cpp main-qml.cpp
5 HEADERS += latitudeqml.h
6
7 RESOURCES   += resouses.qrc
8 OTHER_FILES += qml/main.qml qml/MainPage.qml
9
10 include(LatitudeUpdater-common.pri)