add DEBUG_LAYOUT flag to config file
This commit is contained in:
parent
3ba4032d44
commit
2e89404bd5
|
@ -5,6 +5,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
TARGET = qt-material-widgets
|
TARGET = qt-material-widgets
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
#DEFINES += DEBUG_LAYOUT=1
|
||||||
|
|
||||||
SOURCES += main.cpp\
|
SOURCES += main.cpp\
|
||||||
mainwindow.cpp \
|
mainwindow.cpp \
|
||||||
style.cpp \
|
style.cpp \
|
||||||
|
|
Loading…
Reference in New Issue