Add CONFIG += ordered to project main .pro file
This commit is contained in:
parent
9a08fcb196
commit
cb1762b0dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue