X-Git-Url: http://git.maemo.org/git/?p=lichviet;a=blobdiff_plain;f=LichViet.pro;h=77f3e01a079c407fe876629b0a558fb7f20dc1d8;hp=406941b5e4014152161bba7541e6a0f7c76b3a2c;hb=c9c55fd162c91c5adb4e194a556417ac5cfda611;hpb=91ba4aedbbc9a637fd7842c2a0fd2615aedd08e3 diff --git a/LichViet.pro b/LichViet.pro index 406941b..77f3e01 100644 --- a/LichViet.pro +++ b/LichViet.pro @@ -1,20 +1,22 @@ -VERSION = 1.0.1 +VERSION = 1.0.2 DEFINES += APP_VERSION=\\\"$$VERSION\\\" # Add more folders to ship with the application, here #folder_01.source = qml/LichViet #folder_01.target = qml #DEPLOYMENTFOLDERS = folder_01 -themes.source = themes -themes.target = / -DEPLOYMENTFOLDERS = themes +themes_qml.source = qml/themes +themes_qml.target = / +DEPLOYMENTFOLDERS = themes_qml + +QT += dbus # Additional import path used to resolve QML modules in Creator's code model -QML_IMPORT_PATH = +#QML_IMPORT_PATH = -symbian:TARGET.UID3 = 0xE3016781 +#symbian:TARGET.UID3 = 0xE3016781 # Allow network access on Symbian -symbian:TARGET.CAPABILITY += NetworkServices +#symbian:TARGET.CAPABILITY += NetworkServices # Define QMLJSDEBUGGER to allow debugging of QML in debug builds # (This might significantly increase build time)