qmlFrontend/qmlFrontend.pro
author unc0rr
Sat, 20 Sep 2014 00:56:54 +0400
branchqmlfrontend
changeset 10416 1c301054694d
parent 10402 3313336c1ee0
child 10420 02c573d19224
permissions -rw-r--r--
- Remove --port command - Some refactoring here and there - Try to get preview from engine, which doesn't work due to some ABI mismatch, probably shouldn't try to pass string255 to pascal
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 \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    16
    hwengine.cpp
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    17
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    18
# Installation path
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    19
# target.path =
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    20
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    21
# Please do not modify the following two lines. Required for deployment.
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    22
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    23
qtcAddDeployment()
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    24
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    25
HEADERS += \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    26
    qtquick2applicationviewer/qtquick2applicationviewer.h \
10416
1c301054694d - Remove --port command
unc0rr
parents: 10402
diff changeset
    27
    hwengine.h \
1c301054694d - Remove --port command
unc0rr
parents: 10402
diff changeset
    28
    flib.h
10402
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    29
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    30
OTHER_FILES += \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    31
    qtquick2applicationviewer/qtquick2applicationviewer.pri \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    32
    qml/qmlFrontend/HWButton.qml \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    33
    qml/qmlFrontend/main.qml