From 0feb4b702d8a9eb1465c79c49ada5de01b67083d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 8 Jun 2014 15:10:08 +0200 Subject: - loot client now only updates the masterlist once per MO session - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser --- src/organizer.pro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index c16196d7..70d8e021 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -221,9 +221,9 @@ CONFIG(debug, debug|release) { LIBS += -L$$OUT_PWD/../bsatk/release LIBS += -L$$OUT_PWD/../uibase/release LIBS += -L$$OUT_PWD/../boss_modified/release - QMAKE_CXXFLAGS += /Zi /GL + QMAKE_CXXFLAGS += /Zi# /GL # QMAKE_CXXFLAGS -= -O2 - QMAKE_LFLAGS += /DEBUG /LTCG /OPT:REF /OPT:ICF + QMAKE_LFLAGS += /DEBUG# /LTCG /OPT:REF /OPT:ICF } #QMAKE_CXXFLAGS_WARN_ON -= -W3 @@ -275,9 +275,6 @@ DEFINES += BOOST_DISABLE_ASSERTS NDEBUG HGID = $$system(hg id -i) DEFINES += HGID=\\\"$${HGID}\\\" -load(moc) -include(../common.pri) -QMAKE_MOC += $$MOCDEFINES SRCDIR = $$PWD SRCDIR ~= s,/,$$QMAKE_DIR_SEP,g -- cgit v1.3.1