mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
21 lines
336 B
Prolog
21 lines
336 B
Prolog
QT += qml quick widgets
|
|
TARGET = cool-retro-term
|
|
|
|
DESTDIR = $$OUT_PWD/../
|
|
SOURCES = main.cpp
|
|
|
|
macx:ICON = icons/crt.icns
|
|
|
|
RESOURCES += qml/resources.qrc
|
|
|
|
#########################################
|
|
## INTALLS
|
|
#########################################
|
|
|
|
target.path += /usr/bin/
|
|
|
|
INSTALLS += target
|
|
|
|
HEADERS += \
|
|
FileIO.h
|