From d8431223d34476a17835a05d9508e92447f22479 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 15 Aug 2015 16:06:00 +0200 Subject: Restructure QML and JS sources `list` holds the components of the central list UI element. `command` holds the UI and implementation parts of the command mode. `widget` holds more or less general purpose elements that may also be of use in other circumstances. --- MetaTerm.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MetaTerm.pro') diff --git a/MetaTerm.pro b/MetaTerm.pro index 532ba39..5c579ec 100644 --- a/MetaTerm.pro +++ b/MetaTerm.pro @@ -2,6 +2,6 @@ TEMPLATE = app QT += qml quick widgets -SOURCES += main.cpp +SOURCES += main.cc -RESOURCES += qml/ui.qrc +RESOURCES += src/ui.qrc -- cgit v1.2.3