mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-19 04:30:44 +00:00
23 lines
358 B
Prolog
23 lines
358 B
Prolog
QT += qml quick widgets sql
|
|
TARGET = cool-retro-term
|
|
|
|
DESTDIR = $$OUT_PWD/../
|
|
|
|
HEADERS += \
|
|
fileio.h
|
|
|
|
SOURCES = main.cpp \
|
|
fileio.cpp
|
|
|
|
macx:ICON = icons/crt.icns
|
|
|
|
RESOURCES += qml/resources.qrc
|
|
|
|
#########################################
|
|
## INTALLS
|
|
#########################################
|
|
|
|
target.path += /usr/bin/
|
|
|
|
INSTALLS += target
|