00001 # Add more folders to ship with the application, here 00002 folder_01.source = qml/qml_crypto_openssl 00003 folder_01.target = qml 00004 DEPLOYMENTFOLDERS = folder_01 00005 00006 # Additional import path used to resolve QML modules in Creator's code model 00007 QML_IMPORT_PATH = 00008 00009 symbian:TARGET.UID3 = 0xE2F034C8 00010 00011 # Allow network access on Symbian 00012 symbian:TARGET.CAPABILITY += ReadUserData WriteUserData 00013 00014 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds 00015 # (This might significantly increase build time) 00016 # DEFINES += QMLJSDEBUGGER 00017 00018 # If your application uses the Qt Mobility libraries, uncomment 00019 # the following lines and add the respective components to the 00020 # MOBILITY variable. 00021 # CONFIG += mobility 00022 # MOBILITY += 00023 00024 # The .cpp file which was generated for your project. Feel free to hack it. 00025 SOURCES += main.cpp \ 00026 symbianengine.cpp \ 00027 mycrypto.cpp 00028 00029 HEADERS += symbianengine.h \ 00030 mycrypto.h 00031 00032 LIBS += -llibcrypto \ 00033 -llibc \ 00034 -llibcrypt 00035 00036 # Please do not modify the following two lines. Required for deployment. 00037 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00038 qtcAddDeployment()