qmlFrontend/qmlFrontend.pro
author unc0rr
Sat, 22 Nov 2014 00:55:01 +0300
branchqmlfrontend
changeset 10519 af019fa70080
parent 10436 084e046f6bd5
permissions -rw-r--r--
Attempt on a custom combobox
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10402
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     1
# Add more folders to ship with the application, here
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     2
folder_01.source = qml/qmlFrontend
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     3
folder_01.target = qml
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     4
DEPLOYMENTFOLDERS = folder_01
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     5
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     6
# Additional import path used to resolve QML modules in Creator's code model
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     7
QML_IMPORT_PATH =
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     8
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
     9
# If your application uses the Qt Mobility libraries, uncomment the following
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    10
# lines and add the respective components to the MOBILITY variable.
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    11
# CONFIG += mobility
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    12
# MOBILITY +=
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    13
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    14
# The .cpp file which was generated for your project. Feel free to hack it.
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    15
SOURCES += main.cpp \
10420
unc0rr
parents: 10416
diff changeset
    16
    hwengine.cpp \
10436
084e046f6bd5 flib provides theme icons, qmlFrontend shows them
unc0rr
parents: 10422
diff changeset
    17
    previewimageprovider.cpp \
084e046f6bd5 flib provides theme icons, qmlFrontend shows them
unc0rr
parents: 10422
diff changeset
    18
    themeiconprovider.cpp
10402
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    19
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    20
# Installation path
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    21
# target.path =
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    22
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    23
# Please do not modify the following two lines. Required for deployment.
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    24
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    25
qtcAddDeployment()
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    26
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    27
HEADERS += \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    28
    qtquick2applicationviewer/qtquick2applicationviewer.h \
10416
1c301054694d - Remove --port command
unc0rr
parents: 10402
diff changeset
    29
    hwengine.h \
10420
unc0rr
parents: 10416
diff changeset
    30
    flib.h \
10436
084e046f6bd5 flib provides theme icons, qmlFrontend shows them
unc0rr
parents: 10422
diff changeset
    31
    previewimageprovider.h \
084e046f6bd5 flib provides theme icons, qmlFrontend shows them
unc0rr
parents: 10422
diff changeset
    32
    themeiconprovider.h
10402
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    33
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    34
OTHER_FILES += \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    35
    qtquick2applicationviewer/qtquick2applicationviewer.pri \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    36
    qml/qmlFrontend/HWButton.qml \
10422
4cf23d4c7624 - Pages
unc0rr
parents: 10420
diff changeset
    37
    qml/qmlFrontend/main.qml \
4cf23d4c7624 - Pages
unc0rr
parents: 10420
diff changeset
    38
    qml/qmlFrontend/LocalGame.qml \
4cf23d4c7624 - Pages
unc0rr
parents: 10420
diff changeset
    39
    qml/qmlFrontend/GameConfig.qml \
10519
af019fa70080 Attempt on a custom combobox
unc0rr
parents: 10436
diff changeset
    40
    qml/qmlFrontend/First.qml \
af019fa70080 Attempt on a custom combobox
unc0rr
parents: 10436
diff changeset
    41
    qml/qmlFrontend/HWComboBox.qml