diff options
| author | Tannin <devnull@localhost> | 2013-10-11 23:03:49 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-11 23:03:49 +0200 |
| commit | 382226bb46541f07e62ce689cfeaf395aa673a44 (patch) | |
| tree | 97e35547f78524c6291906ce19c94699436b39b0 /src/organizer.pro | |
| parent | cffd9eb4e21f0ddcddca68d8eb0f1c80c8ac6ae1 (diff) | |
- added new plugin to test if fnis needs to be run
- some functionality to the plugin interface to enable them to search for files&directories in the virtual FS (rudimentary atm)
- functionality for plugins to react to application being started from MO
- broken ESPs are no longer reported as popup windows but only in the log file
- bugfix: plugins couldn't store persistent data if they had no user-editable settings
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index a9353361..c817f2da 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -199,8 +199,8 @@ CONFIG(debug, debug|release) { QMAKE_LFLAGS += /DEBUG
}
-QMAKE_CXXFLAGS_WARN_ON -= -W3
-QMAKE_CXXFLAGS_WARN_ON += -W4
+#QMAKE_CXXFLAGS_WARN_ON -= -W3
+#QMAKE_CXXFLAGS_WARN_ON += -W4
QMAKE_CXXFLAGS += -wd4127 -wd4512 -wd4189
CONFIG += embed_manifest_exe
|
