From 2e89404bd5759f7d55c369d4ae48f6f33b148fb5 Mon Sep 17 00:00:00 2001 From: laserpants Date: Sun, 27 Mar 2016 22:47:33 +0300 Subject: [PATCH] add DEBUG_LAYOUT flag to config file --- qt-material-widgets.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt-material-widgets.pro b/qt-material-widgets.pro index c519fdc..b23e922 100644 --- a/qt-material-widgets.pro +++ b/qt-material-widgets.pro @@ -5,6 +5,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = qt-material-widgets TEMPLATE = app +#DEFINES += DEBUG_LAYOUT=1 + SOURCES += main.cpp\ mainwindow.cpp \ style.cpp \