12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- VERSION=1.0.0
- VERSTR = '\\"$${VERSION}\\"'
- DEFINES += VER=\"$${VERSTR}\"
- qml_folder.source = qml/CamTest
- qml_folder.target = qml
- DEPLOYMENTFOLDERS = qml_folder
- # Additional import path used to resolve QML modules in Creator's code model
- QML_IMPORT_PATH =
- include ('viewfinder/viewfinder.pri')
- symbian {
- TARGET = CamTest2
- TARGET.UID3 = 0xE0FDEE41
- DEPLOYMENT.display_name = "CamTest 2"
- vendorinfo = \
- "%{\"Codemancers Oy\"}" \
- ":\"Codemancers Oy\""
- vendorinfo_deployment.pkg_prerules = vendorinfo
- DEPLOYMENT += vendorinfo_deployment
- }
- # If your application uses the Qt Mobility libraries, uncomment the following
- # lines and add the respective components to the MOBILITY variable.
- # CONFIG += mobility
- # MOBILITY +=
- # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
- CONFIG += qdeclarative-boostable
- # Add dependency to Symbian components
- CONFIG += qt-components
- # The .cpp file which was generated for your project. Feel free to hack it.
- SOURCES += main.cpp
- # Please do not modify the following two lines. Required for deployment.
- include(qmlapplicationviewer/qmlapplicationviewer.pri)
- qtcAddDeployment()
|