mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-14 11:56:25 +00:00
Updated library version from 3.2 to 3.3
This commit is contained in:
parent
9628ef5cbe
commit
638e68de6c
@ -1,7 +1,7 @@
|
||||
// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
|
||||
import QtQuick 1.1
|
||||
import DropArea 1.0
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
Rectangle {
|
||||
width: 360
|
||||
|
@ -1,5 +1,5 @@
|
||||
import QtQuick 2.0
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
Rectangle {
|
||||
width: 360
|
||||
|
@ -4,7 +4,7 @@ import QtQuick.Controls 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtMultimedia 5.5
|
||||
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
ApplicationWindow
|
||||
{
|
||||
|
@ -4,7 +4,7 @@ import QtQuick.Controls 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtMultimedia
|
||||
|
||||
import QZXing 3.2
|
||||
import QZXing 3.3
|
||||
|
||||
ApplicationWindow
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
project(QZXing)
|
||||
|
||||
find_package(Qt5 COMPONENTS Core REQUIRED)
|
||||
|
@ -25,7 +25,7 @@ CONFIG += \
|
||||
#qzxing_qml \
|
||||
#qzxing_multimedia \
|
||||
|
||||
VERSION = 3.2
|
||||
VERSION = 3.3
|
||||
|
||||
TARGET = QZXing
|
||||
TEMPLATE = lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user