X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=LichViet.pro;h=5e1e4da54906ccbdcb4af1e40c9677991cc61adb;hb=fd86ad22b3a0840f93ae9bf78576172159634825;hp=406941b5e4014152161bba7541e6a0f7c76b3a2c;hpb=f373092f4a06b4100a5f23d042fce446de26a243;p=lichviet diff --git a/LichViet.pro b/LichViet.pro index 406941b..5e1e4da 100644 --- a/LichViet.pro +++ b/LichViet.pro @@ -1,20 +1,21 @@ -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 + # 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)