2013-11-25 16:45:44 +01:00
|
|
|
QT += widgets quick
|
2013-11-22 14:17:24 +01:00
|
|
|
|
|
|
|
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 \
|
2013-11-23 16:09:46 +01:00
|
|
|
$$PWD/qml/cool-old-term/HighlightArea.qml \
|
2013-11-25 19:05:31 +01:00
|
|
|
$$PWD/qml/cool-old-term/ShaderSettings.qml \
|
|
|
|
$$PWD/qml/images/frame.png \
|
2013-12-22 18:32:01 +01:00
|
|
|
qml/cool-old-term/SettingsWindow.qml \
|
2013-12-23 00:13:47 +01:00
|
|
|
qml/cool-old-term/SettingComponent.qml \
|
|
|
|
qml/cool-old-term/ColorButton.qml
|