From 5935c274923ea03258df107fa265aa3fe09f4547 Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Wed, 17 Oct 2012 13:27:20 +0200 Subject: [PATCH] Rename .pro file to match new repository name --- declarativewidgets.pro | 14 ++++++++++++++ qmlwidgets.pro | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 declarativewidgets.pro delete mode 100644 qmlwidgets.pro diff --git a/declarativewidgets.pro b/declarativewidgets.pro new file mode 100644 index 0000000..8851bb9 --- /dev/null +++ b/declarativewidgets.pro @@ -0,0 +1,14 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Sat Oct 13 15:43:11 2012 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += declarativeobjects_p.h declarativewidgetdocument.h qmetaobjectbuilder_p.h +SOURCES += declarativeobjects.cpp declarativewidgetdocument.cpp main.cpp qmetaobjectbuilder.cpp + +QT += declarative diff --git a/qmlwidgets.pro b/qmlwidgets.pro deleted file mode 100644 index 8851bb9..0000000 --- a/qmlwidgets.pro +++ /dev/null @@ -1,14 +0,0 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Sat Oct 13 15:43:11 2012 -###################################################################### - -TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . - -# Input -HEADERS += declarativeobjects_p.h declarativewidgetdocument.h qmetaobjectbuilder_p.h -SOURCES += declarativeobjects.cpp declarativewidgetdocument.cpp main.cpp qmetaobjectbuilder.cpp - -QT += declarative -- 1.7.2.5