X-Git-Url: http://git.maemo.org/git/?p=lichviet;a=blobdiff_plain;f=LichViet.pro;h=06f3e1b56ecf8352195c82c35adf87331758d4af;hp=4fc68cc46c2f6441e76b75d3aa45397e2dd165bb;hb=HEAD;hpb=bebe39d38728cb4fcc9600bd65298fbef84ee7ee diff --git a/LichViet.pro b/LichViet.pro index 4fc68cc..06f3e1b 100644 --- a/LichViet.pro +++ b/LichViet.pro @@ -30,7 +30,6 @@ 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. @@ -41,7 +40,6 @@ RESOURCES += \ lichviet.qrc HEADERS += \ - lunarcalendar.h \ controller.h OTHER_FILES += \ @@ -75,4 +73,25 @@ OTHER_FILES += \ qml/LichViet/ChangeTheme.qml \ qml/LichViet/MenuButton.qml \ qml/LichViet/ScrollBar.qml \ - qml/LichViet/FileBrowser.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 +}