qmlFrontend/qmlFrontend.pro
branchqmlfrontend
changeset 10436 084e046f6bd5
parent 10422 4cf23d4c7624
child 10519 af019fa70080
equal deleted inserted replaced
10434:1614b13ad35e 10436:084e046f6bd5
    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     previewimageprovider.cpp \
       
    18     themeiconprovider.cpp
    18 
    19 
    19 # Installation path
    20 # Installation path
    20 # target.path =
    21 # target.path =
    21 
    22 
    22 # Please do not modify the following two lines. Required for deployment.
    23 # Please do not modify the following two lines. Required for deployment.
    25 
    26 
    26 HEADERS += \
    27 HEADERS += \
    27     qtquick2applicationviewer/qtquick2applicationviewer.h \
    28     qtquick2applicationviewer/qtquick2applicationviewer.h \
    28     hwengine.h \
    29     hwengine.h \
    29     flib.h \
    30     flib.h \
    30     previewimageprovider.h
    31     previewimageprovider.h \
       
    32     themeiconprovider.h
    31 
    33 
    32 OTHER_FILES += \
    34 OTHER_FILES += \
    33     qtquick2applicationviewer/qtquick2applicationviewer.pri \
    35     qtquick2applicationviewer/qtquick2applicationviewer.pri \
    34     qml/qmlFrontend/HWButton.qml \
    36     qml/qmlFrontend/HWButton.qml \
    35     qml/qmlFrontend/main.qml \
    37     qml/qmlFrontend/main.qml \