view libgui/qterminal/msvc.pri @ 20806:99eb26310cb3

Update the state of the toolbar after ui* children have been removed *Figure.cc (Figure::EventNotifyAfter): update the state of the toolbar after an ui* children is removed e.g. by clf.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sat, 10 Oct 2015 12:48:10 +0200
parents 018c46ef8a0c
children
line wrap: on
line source

CONFIG += release

QMAKE_CXXFLAGS += -MP
LIBDIR_SUFFIX = release

msvc-debug {
	QMAKE_CXXFLAGS_RELEASE += -Zi
	QMAKE_CXXFLAGS_RELEASE -= -O2
	QMAKE_LFLAGS_RELEASE += -debug
	QMAKE_CLEAN += $(DESTDIR)$(QMAKE_TARGET).pdb
}