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:
8
app/app.pro
Normal file
8
app/app.pro
Normal file
@@ -0,0 +1,8 @@
|
||||
QT += qml quick widgets
|
||||
TARGET = cool-old-term
|
||||
|
||||
DESTDIR = $$OUT_PWD/../
|
||||
SOURCES = main.cpp
|
||||
|
||||
RESOURCES += qml/resources.qrc
|
||||
|
||||
Reference in New Issue
Block a user