Welcome: Add QML_IMPORT_PATH to project file

The code model needs the the import path to find the widgets.

Change-Id: Id0f9f4a56ec588116a33c8fd0e61ac7dbec471e7
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Marco Bubke
2014-09-23 12:41:07 +02:00
parent 539c59b500
commit b6098da75b

View File

@@ -6,6 +6,8 @@ QT += quick
DEFINES += USE_QUICK_WIDGET
}
QML_IMPORT_PATH=../../../share/qtcreator/welcomescreen
include(../../qtcreatorplugin.pri)
HEADERS += welcomeplugin.h