mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Merge pull request #7497 from samcake/orange
Fix import for local file.qml tfrom another qml
This commit is contained in:
commit
9bcc13d4a8
3 changed files with 2 additions and 1 deletions
1
examples/utilities/tools/render/plotperf/qmldir
Normal file
1
examples/utilities/tools/render/plotperf/qmldir
Normal file
|
@ -0,0 +1 @@
|
|||
PlotPerf 1.0 PlotPerf.qml
|
|
@ -10,7 +10,7 @@
|
|||
//
|
||||
import QtQuick 2.5
|
||||
import QtQuick.Controls 1.4
|
||||
|
||||
import "plotperf"
|
||||
|
||||
Item {
|
||||
id: statsUI
|
||||
|
|
Loading…
Reference in a new issue