Added initial files taken from yat declarative

This commit is contained in:
Filippo Scognamiglio
2013-11-22 14:17:24 +01:00
parent e1a6b56fd3
commit ce4a44753a
7 changed files with 465 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
QT += gui quick
include(yat/yat_declarative/yat_declarative.pro)
# If your application uses the Qt Mobility libraries, uncomment the following
# lines and add the respective components to the MOBILITY variable.
# CONFIG += mobility
# MOBILITY +=
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp
# Installation path
# target.path =
OTHER_FILES += \
$$PWD/qml/cool-old-term/main.qml \
$$PWD/qml/cool-old-term/TerminalLine.qml \
$$PWD/qml/cool-old-term/TerminalScreen.qml \
$$PWD/qml/cool-old-term/TerminalText.qml \
$$PWD/qml/cool-old-term/HighlightArea.qml