1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-03 08:32:10 +00:00

Refactoring of build system and use of native executable instead of qmlscene.

This commit is contained in:
Filippo Scognamiglio
2014-09-02 18:10:04 +02:00
parent 98b2511660
commit 5e07c98919
76 changed files with 136 additions and 151 deletions

8
app/app.pro Normal file
View File

@@ -0,0 +1,8 @@
QT += qml quick widgets
TARGET = cool-old-term
DESTDIR = $$OUT_PWD/../
SOURCES = main.cpp
RESOURCES += qml/resources.qrc