mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
27 lines
846 B
INI
27 lines
846 B
INI
QT += widgets 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 \
|
|
$$PWD/qml/cool-old-term/ShaderSettings.qml \
|
|
$$PWD/qml/images/frame.png \
|
|
qml/cool-old-term/SettingsWindow.qml \
|
|
qml/cool-old-term/SettingComponent.qml \
|
|
qml/cool-old-term/ColorButton.qml
|