mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Bring QT version down to 5.7
This commit is contained in:
parent
625b92318f
commit
7e8915966b
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import QtQuick.Controls 2.2
|
||||
import QtQuick 2.10
|
||||
import QtQuick 2.7
|
||||
import "." 1.0
|
||||
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
import QtQuick.Controls 2.2
|
||||
|
||||
import QtQuick 2.10
|
||||
import QtQuick 2.7
|
||||
import "../js/TxUtils.js" as TxUtils
|
||||
import "." 1.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue