Remove flag no fipa-sra

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3029 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-04-27 17:27:44 +00:00
parent 46ea5d008c
commit e224211ec9
2 changed files with 4 additions and 12 deletions

View File

@@ -174,16 +174,4 @@ macx {
# Compilers-specific options # Compilers-specific options
unix { unix {
QMAKE_COPY_DIR = 'cp -f -r --preserve=timestamps' QMAKE_COPY_DIR = 'cp -f -r --preserve=timestamps'
*-g++* {
system(g++ -v --help 2>&1 | grep -q fipa-sra) {
QMAKE_CXXFLAGS += -fno-ipa-sra
}
}
}
win32 {
*-g++* {
system(g++ -v --help 2>&1 | find \"fipa-sra\" >NUL) {
QMAKE_CXXFLAGS += -fno-ipa-sra
}
}
} }

View File

@@ -1230,6 +1230,10 @@ template TitleBlockTemplateLocation
GenericPanel::valueForItem(QTreeWidgetItem *item) const; GenericPanel::valueForItem(QTreeWidgetItem *item) const;
template ElementsLocation GenericPanel::valueForItem(QTreeWidgetItem*) template ElementsLocation GenericPanel::valueForItem(QTreeWidgetItem*)
const; const;
template QETProject* GenericPanel::valueForItem(QTreeWidgetItem*)
const;
template Diagram* GenericPanel::valueForItem(QTreeWidgetItem*)
const;
/** /**
*/ */