5ea066fef193b0b4ac5506d0621e4b0a606a40e2
[staging/HomeScreen.git] / SampleMediaApp / SampleMediaApp.pro
1 # Add more folders to ship with the application, here
2 folder_01.source = qml/SampleMediaApp
3 folder_01.target = qml
4 DEPLOYMENTFOLDERS = folder_01
5
6 # Additional import path used to resolve QML modules in Creator's code model
7 QML_IMPORT_PATH =
8
9 # The .cpp file which was generated for your project. Feel free to hack it.
10 SOURCES += main.cpp
11
12 # Installation path
13 # target.path =
14
15 # Please do not modify the following two lines. Required for deployment.
16 include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
17 qtcAddDeployment()