Hi all,

First.qml
Qt Code:
  1. import QtQuick 2.3
  2. import QtQuick.Controls 1.4
To copy to clipboard, switch view to plain text mode 

Second.qml
Qt Code:
  1. import QtQuick 2.3
  2. import QtQuick.Window 2.2
  3. import QtQuick.Layouts 1.1
To copy to clipboard, switch view to plain text mode 

I have a lot of qml files and each file has different imports. Is it possible to have them in one location/file and import that location/file in all the qml files?