From: Kevin Krammer Date: Wed, 17 Oct 2012 18:32:09 +0000 (+0200) Subject: Add QML files to project file X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c1aae2273780a9447e7030f8cbc6ff096550203c;p=konrad%2FDeclarativeWidgets.git Add QML files to project file --- diff --git a/declarativewidgets.pro b/declarativewidgets.pro index ecb92d3..0a82893 100644 --- a/declarativewidgets.pro +++ b/declarativewidgets.pro @@ -14,4 +14,8 @@ SOURCES += declarativeobjects.cpp declarativewidgetdocument.cpp main.cpp qmetaob QT += declarative OTHER_FILES += \ - layouts.qml + layouts.qml \ + animation.qml \ + editor.qml \ + gallery.qml \ + test.qml