mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 14:07:26 -04:00
Fix Windows MSYS2 build
This commit is contained in:
@@ -26,12 +26,14 @@
|
||||
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import QtQuick 2.2
|
||||
|
||||
import QtQml 2.0
|
||||
import QtQuick.Controls 2.0
|
||||
import QtQuick 2.2
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtGraphicalEffects 1.0
|
||||
import "pages"
|
||||
|
||||
import "./pages"
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
|
||||
Reference in New Issue
Block a user