qmlFrontend/qmlFrontend.pro
author unc0rr
Mon, 22 Sep 2014 02:10:39 +0400
branchqmlfrontend
changeset 10420 02c573d19224
parent 10416 1c301054694d
child 10422 4cf23d4c7624
permissions -rw-r--r--
flib: - Ability to pass raw data via IPC qmlfrontend: - Pass message received by callback through event loop to handle it in main thread - Get preview image from engine on button click and render it in Image object
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 \
unc0rr
parents: 10416
diff changeset
    17
    previewimageprovider.cpp
10402
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    18
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    19
# Installation path
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    20
# target.path =
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    21
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    22
# Please do not modify the following two lines. Required for deployment.
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    23
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    24
qtcAddDeployment()
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    25
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    26
HEADERS += \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    27
    qtquick2applicationviewer/qtquick2applicationviewer.h \
10416
1c301054694d - Remove --port command
unc0rr
parents: 10402
diff changeset
    28
    hwengine.h \
10420
unc0rr
parents: 10416
diff changeset
    29
    flib.h \
unc0rr
parents: 10416
diff changeset
    30
    previewimageprovider.h
10402
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    31
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    32
OTHER_FILES += \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    33
    qtquick2applicationviewer/qtquick2applicationviewer.pri \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    34
    qml/qmlFrontend/HWButton.qml \
3313336c1ee0 Let's get it started
unc0rr
parents:
diff changeset
    35
    qml/qmlFrontend/main.qml