Manager.pro
author sl
Tue, 27 May 2014 17:14:22 +0200
changeset 2 780ee91f4ffb
child 8 9543e1703afb
permissions -rw-r--r--
Creating a quick item for our MiniDisplay.
     1 TEMPLATE = app
     2 TARGET = MiniDisplayManager
     3 QT += qml quick widgets
     4 
     5 # Avoid going to debug/release subdirectory
     6 # so that our application will see the
     7 # import path for the MiniDisplay module.
     8 win32: DESTDIR = ./
     9 
    10 SOURCES += main.cpp
    11 
    12 RESOURCES += \
    13     qml.qrc
    14 
    15 # Additional import path used to resolve QML modules in Qt Creator's code model
    16 QML_IMPORT_PATH = $$DESTDIR/MiniDisplay
    17 
    18 # Default rules for deployment.
    19 include(deployment.pri)
    20 
    21 OTHER_FILES += \
    22     FontsTab.qml \
    23     main.qml \
    24     TestsTab.qml \
    25     DisplayTab.qml