X-Git-Url: http://git.maemo.org/git/?p=lichviet;a=blobdiff_plain;f=LichViet.pro;h=06f3e1b56ecf8352195c82c35adf87331758d4af;hp=77f3e01a079c407fe876629b0a558fb7f20dc1d8;hb=HEAD;hpb=c9c55fd162c91c5adb4e194a556417ac5cfda611 diff --git a/LichViet.pro b/LichViet.pro index 77f3e01..06f3e1b 100644 --- a/LichViet.pro +++ b/LichViet.pro @@ -30,7 +30,7 @@ QT += dbus # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp \ - lunarcalendar.cpp + controller.cpp # Please do not modify the following two lines. Required for deployment. include(qmlapplicationviewer/qmlapplicationviewer.pri) @@ -40,7 +40,7 @@ RESOURCES += \ lichviet.qrc HEADERS += \ - lunarcalendar.h + controller.h OTHER_FILES += \ debian/changelog \ @@ -59,7 +59,6 @@ OTHER_FILES += \ qml/LichViet/TitleBar.qml \ qml/LichViet/Switch.qml \ qml/LichViet/OptionsScreen.qml \ - qml/LichViet/NoFeatureDialog.qml \ qml/LichViet/MultiTitleBar.qml \ qml/LichViet/MenuScreen.qml \ qml/LichViet/main.qml \ @@ -69,4 +68,30 @@ OTHER_FILES += \ qml/LichViet/About.qml \ qml/LichViet/amlich-aa98.js \ qml/LichViet/AmDateTimeDialog.qml \ - qml/LichViet/xemngaytotxau.js + qml/LichViet/xemngaytotxau.js \ + qml/LichViet/CacNgayLeTrongNam.js \ + qml/LichViet/ChangeTheme.qml \ + qml/LichViet/MenuButton.qml \ + qml/LichViet/ScrollBar.qml \ + qml/LichViet/FileBrowser.qml \ + qml/LichViet/main.js + +unix:!symbian:!maemo5 { + target.path = /opt/LichViet/bin + INSTALLS += target +} + +unix:!symbian:!maemo5 { + target.path = /opt/LichViet/bin + INSTALLS += target +} + +unix:!symbian:!maemo5 { + target.path = /opt/LichViet/bin + INSTALLS += target +} + +maemo5 { + target.path = /opt/LichViet/bin + INSTALLS += target +}