cool-retro-term/app/app.pro

18 lines
313 B
Prolog
Raw Normal View History

2014-12-22 02:00:45 +01:00
QT += qml quick widgets sql
TARGET = cool-retro-term
DESTDIR = $$OUT_PWD/../
SOURCES = main.cpp
2014-10-11 14:54:41 +02:00
macx:ICON = icons/crt.icns
RESOURCES += qml/resources.qrc
#########################################
## INTALLS
#########################################
target.path += /usr/bin/
INSTALLS += target