MiniDisplayManager.pro
author sl
Tue, 27 May 2014 12:00:47 +0200
changeset 0 c0e13d2503b9
child 2 780ee91f4ffb
permissions -rw-r--r--
First contribution.
Here is a basic QtQuick application based on Qt 5.3.
     1 TEMPLATE = app
     2 
     3 QT += qml quick widgets
     4 
     5 SOURCES += main.cpp
     6 
     7 RESOURCES += \
     8     qml.qrc
     9 
    10 # Additional import path used to resolve QML modules in Qt Creator's code model
    11 QML_IMPORT_PATH =
    12 
    13 # Default rules for deployment.
    14 include(deployment.pri)
    15 
    16 OTHER_FILES += \
    17     FontsTab.qml \
    18     main.qml \
    19     TestsTab.qml