16 lines
279 B
Prolog
16 lines
279 B
Prolog
QT += qml quick widgets
|
|
TARGET = cool-old-term
|
|
|
|
DESTDIR = $$OUT_PWD/../
|
|
SOURCES = main.cpp
|
|
|
|
RESOURCES += qml/resources.qrc
|
|
|
|
#########################################
|
|
## INTALLS
|
|
#########################################
|
|
|
|
target.path += /usr/bin/
|
|
|
|
INSTALLS += target
|