From c1aae2273780a9447e7030f8cbc6ff096550203c Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Wed, 17 Oct 2012 20:32:09 +0200 Subject: [PATCH] Add QML files to project file --- declarativewidgets.pro | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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 -- 1.7.2.5