Sun, 08 Sep 2013 21:57:23 +0300
clear the rows of the version editor properly when clearing versions; don't save the config when closing the version editor since then changes will apply even if user presses cancel in the main config box
CONFIG += qt debug TARGET = ../zandemo DEPENDPATH += . INCLUDEPATH += . RC_FILE = ../zandemo.rc RESOURCES = ../zandemo.qrc RCC_DIR = ./build/ OBJECTS_DIR = ./build/ MOC_DIR = ./build/ RCC_DIR = ./build/ SOURCES = *.cpp HEADERS = *.h FORMS = ui/*.ui QMAKE_CXXFLAGS += -std=c++0x # The widgets are separated into a different module in Qt5, so we need to add # it here. Doing so under Qt4 just results in a warning, though. greaterThan (QT_MAJOR_VERSION, 4): QT += widgets