author | sl |
Mon, 02 Jun 2014 21:56:03 +0200 | |
changeset 28 | 8297924aa384 |
parent 15 | 737f8bb110be |
permissions | -rw-r--r-- |
1 TEMPLATE = app
2 TARGET = MiniDisplayManager
3 QT += qml quick widgets
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 = ./
10 SOURCES += main.cpp
12 RESOURCES += \
13 qml.qrc
15 # Additional import path used to resolve QML modules in Qt Creator's code model
16 QML_IMPORT_PATH = $$DESTDIR/MiniDisplay
18 # Default rules for deployment.
19 include(deployment.pri)
21 OTHER_FILES += \
22 FontsTab.qml \
23 main.qml \
24 TestsTab.qml \
25 DisplayTab.qml \
26 DisplayStatusBar.qml \
27 DisplayFrame.qml \
28 MarqueeText.qml