qmlFrontend/qmlFrontend.pro
branchqmlfrontend
changeset 10751 97d00ace1aed
parent 10748 dc587913987c
child 10754 8dd1cf1be5a2
equal deleted inserted replaced
10748:dc587913987c 10751:97d00ace1aed
     1 # Add more folders to ship with the application, here
       
     2 folder_01.source = qml/qmlFrontend
       
     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 # If your application uses the Qt Mobility libraries, uncomment the following
       
    10 # lines and add the respective components to the MOBILITY variable.
       
    11 # CONFIG += mobility
       
    12 # MOBILITY +=
       
    13 
       
    14 # The .cpp file which was generated for your project. Feel free to hack it.
       
    15 SOURCES += main.cpp \
       
    16     hwengine.cpp \
       
    17     previewimageprovider.cpp \
       
    18     themeiconprovider.cpp
       
    19 
       
    20 # Installation path
       
    21 # target.path =
       
    22 
       
    23 # Please do not modify the following two lines. Required for deployment.
       
    24 include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
       
    25 qtcAddDeployment()
       
    26 
       
    27 HEADERS += \
       
    28     qtquick2applicationviewer/qtquick2applicationviewer.h \
       
    29     hwengine.h \
       
    30     flib.h \
       
    31     previewimageprovider.h \
       
    32     themeiconprovider.h
       
    33 
       
    34 OTHER_FILES += \
       
    35     qtquick2applicationviewer/qtquick2applicationviewer.pri \
       
    36     qml/qmlFrontend/HWButton.qml \
       
    37     qml/qmlFrontend/main.qml \
       
    38     qml/qmlFrontend/LocalGame.qml \
       
    39     qml/qmlFrontend/GameConfig.qml \
       
    40     qml/qmlFrontend/First.qml \
       
    41     qml/qmlFrontend/HWComboBox.qml