annotate gui/src/msvc-debug.pri @ 14304:141992eaabc3 gui

Moved msvc-debug.pri to src/.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 31 Jan 2012 22:15:26 +0100
parents gui/msvc-debug.pri@faece6b2ab90
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14290
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
1 # OctaveGUI - A graphical user interface for Octave
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
2 # Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
3 #
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
4 # This program is free software: you can redistribute it and/or modify
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
5 # it under the terms of the GNU General Public License as
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
6 # published by the Free Software Foundation, either version 3 of the
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
7 # License, or (at your option) any later version.
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
8 #
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
9 # This program is distributed in the hope that it will be useful,
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
12 # GNU General Public License for more details.
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
13 #
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
14 # You should have received a copy of the GNU General Public License
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
faece6b2ab90 Corrected license headers in all files to GPL.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13769
diff changeset
16
13769
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
17 win32-msvc* {
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
18 CONFIG += release warn_off
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
19 QMAKE_CXXFLAGS += -MP
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
20 QMAKE_CXXFLAGS_RELEASE += -Zi
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
21 QMAKE_CXXFLAGS_RELEASE -= -O2
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
22 QMAKE_LFLAGS_RELEASE += -debug
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
23 QMAKE_CLEAN += $(DESTDIR)$(QMAKE_TARGET).pdb
43ffcaee3fea Fix various issues under Windows (MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
24 }