diff --git a/qt/org.eclipse.cdt.qt.core/plugin.properties b/qt/org.eclipse.cdt.qt.core/plugin.properties index 9f9360a2955..322b6ca7011 100644 --- a/qt/org.eclipse.cdt.qt.core/plugin.properties +++ b/qt/org.eclipse.cdt.qt.core/plugin.properties @@ -1,3 +1,10 @@ +# Copyright (c) 2013 QNX Software Systems and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html + qtProjectFile.name = Qt Project File qmlFile.name = QML File qmakeEnvProvider.name = QMake Environment Provider +QtInstallHeaders.pathProvider.name = Qt Installed Headers \ No newline at end of file diff --git a/qt/org.eclipse.cdt.qt.core/plugin.xml b/qt/org.eclipse.cdt.qt.core/plugin.xml index 7b3ebd7ffcb..e1e3cc1de54 100644 --- a/qt/org.eclipse.cdt.qt.core/plugin.xml +++ b/qt/org.eclipse.cdt.qt.core/plugin.xml @@ -7,22 +7,33 @@ point="org.eclipse.cdt.core.templates"> + id="org.eclipse.cdt.qt.core.template.helloWorld.Qt4" + location="templates/project/Qt4/template.xml" + projectType="org.eclipse.cdt.build.makefile.projectType"/> +