qmlFrontend/qmlFrontend.pro
branchqmlfrontend
changeset 10420 02c573d19224
parent 10416 1c301054694d
child 10422 4cf23d4c7624
equal deleted inserted replaced
10418:091d2c0216c3 10420:02c573d19224
    11 # CONFIG += mobility
    11 # CONFIG += mobility
    12 # MOBILITY +=
    12 # MOBILITY +=
    13 
    13 
    14 # The .cpp file which was generated for your project. Feel free to hack it.
    14 # The .cpp file which was generated for your project. Feel free to hack it.
    15 SOURCES += main.cpp \
    15 SOURCES += main.cpp \
    16     hwengine.cpp
    16     hwengine.cpp \
       
    17     previewimageprovider.cpp
    17 
    18 
    18 # Installation path
    19 # Installation path
    19 # target.path =
    20 # target.path =
    20 
    21 
    21 # Please do not modify the following two lines. Required for deployment.
    22 # Please do not modify the following two lines. Required for deployment.
    23 qtcAddDeployment()
    24 qtcAddDeployment()
    24 
    25 
    25 HEADERS += \
    26 HEADERS += \
    26     qtquick2applicationviewer/qtquick2applicationviewer.h \
    27     qtquick2applicationviewer/qtquick2applicationviewer.h \
    27     hwengine.h \
    28     hwengine.h \
    28     flib.h
    29     flib.h \
       
    30     previewimageprovider.h
    29 
    31 
    30 OTHER_FILES += \
    32 OTHER_FILES += \
    31     qtquick2applicationviewer/qtquick2applicationviewer.pri \
    33     qtquick2applicationviewer/qtquick2applicationviewer.pri \
    32     qml/qmlFrontend/HWButton.qml \
    34     qml/qmlFrontend/HWButton.qml \
    33     qml/qmlFrontend/main.qml
    35     qml/qmlFrontend/main.qml