Manager.pro
author sl
Wed, 04 Jun 2014 08:12:37 +0200
changeset 32 1c2a7f563019
parent 15 737f8bb110be
permissions -rw-r--r--
Messing around to try to get our animation to start and stop properly.
That's still not working though.
sl@2
     1
TEMPLATE = app
sl@2
     2
TARGET = MiniDisplayManager
sl@2
     3
QT += qml quick widgets
sl@2
     4
sl@2
     5
# Avoid going to debug/release subdirectory
sl@2
     6
# so that our application will see the
sl@2
     7
# import path for the MiniDisplay module.
sl@2
     8
win32: DESTDIR = ./
sl@2
     9
sl@2
    10
SOURCES += main.cpp
sl@2
    11
sl@2
    12
RESOURCES += \
sl@2
    13
    qml.qrc
sl@2
    14
sl@2
    15
# Additional import path used to resolve QML modules in Qt Creator's code model
sl@2
    16
QML_IMPORT_PATH = $$DESTDIR/MiniDisplay
sl@2
    17
sl@2
    18
# Default rules for deployment.
sl@2
    19
include(deployment.pri)
sl@2
    20
sl@2
    21
OTHER_FILES += \
sl@2
    22
    FontsTab.qml \
sl@2
    23
    main.qml \
sl@2
    24
    TestsTab.qml \
sl@8
    25
    DisplayTab.qml \
sl@15
    26
    DisplayStatusBar.qml \
sl@25
    27
    DisplayFrame.qml \
sl@25
    28
    MarqueeText.qml