X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=LatitudeUpdater-qml.pro;fp=LatitudeUpdater-qml.pro;h=02e624e7ef861c2682cd59bd30aa5132d526772e;hb=05be3d4e9145560968c3afc78c1fcca644cc7a9e;hp=0000000000000000000000000000000000000000;hpb=acfccb1f63dd621809581c09b3f9690e3b2e50f2;p=googlelatitude diff --git a/LatitudeUpdater-qml.pro b/LatitudeUpdater-qml.pro new file mode 100644 index 0000000..02e624e --- /dev/null +++ b/LatitudeUpdater-qml.pro @@ -0,0 +1,10 @@ +TARGET = LatitudeUpdaterQML +QT += declarative + +SOURCES += latitudeqml.cpp main-qml.cpp +HEADERS += latitudeqml.h + +RESOURCES += resouses.qrc +OTHER_FILES += qml/main.qml qml/MainPage.qml + +include(LatitudeUpdater-common.pri)