cool-retro-term/app/app.pro
2014-09-03 22:19:34 +02:00

16 lines
281 B
Prolog

QT += qml quick widgets
TARGET = cool-retro-term
DESTDIR = $$OUT_PWD/../
SOURCES = main.cpp
RESOURCES += qml/resources.qrc
#########################################
## INTALLS
#########################################
target.path += /usr/bin/
INSTALLS += target