From cb1762b0dd9ccd9aaa9c4c966191b5b0d043ca69 Mon Sep 17 00:00:00 2001 From: johanneshilden Date: Wed, 4 Oct 2017 13:11:37 +0300 Subject: [PATCH] Add CONFIG += ordered to project main .pro file --- qt-material-widgets.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/qt-material-widgets.pro b/qt-material-widgets.pro index dc19ed5..5654f10 100644 --- a/qt-material-widgets.pro +++ b/qt-material-widgets.pro @@ -3,6 +3,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = qt-material-widgets TEMPLATE = subdirs SUBDIRS = components examples +CONFIG += ordered # The following define makes your compiler emit warnings if you use # any feature of Qt which as been marked as deprecated (the exact warnings