Activated perf logs with qt console config
This commit is contained in:
@@ -55,7 +55,7 @@ script: "tools/travis-script.sh"
|
||||
|
||||
after_success:
|
||||
- du -a
|
||||
- coveralls -b qt-gui-build -e JGE/src -e JGE/include -i projects/mtg/include -i projects/mtg/src --gcov-options '\-lp'
|
||||
- coveralls -e JGE/src -e JGE/include -i projects/mtg/include -i projects/mtg/src --gcov-options '\-lp'
|
||||
- python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l core.zip -r Wagic-core.zip -b $TRAVIS_BRANCH
|
||||
- python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l projects/mtg/Android/bin/Wagic-debug.apk -r Wagic-android.apk -b $TRAVIS_BRANCH
|
||||
- python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l projects/mtg/psprelease.zip -r Wagic-psp.zip -b $TRAVIS_BRANCH
|
||||
|
||||
@@ -12,6 +12,10 @@ CONFIG(console, graphics|console){
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
DEFINES += TESTSUITE
|
||||
|
||||
QMAKE_CXXFLAGS += -g -fprofile-arcs -ftest-coverage
|
||||
QMAKE_LDFLAGS += -g -fprofile-arcs -ftest-coverage
|
||||
LIBS += -lgcov
|
||||
}
|
||||
else:CONFIG(graphics, graphics|console){
|
||||
folder_01.source = qml/QmlWagic
|
||||
@@ -21,10 +25,6 @@ else:CONFIG(graphics, graphics|console){
|
||||
QT -= declarative quick qml
|
||||
DEFINES += QT_WIDGET
|
||||
unix:!symbian:INCLUDEPATH += /usr/include/GL
|
||||
|
||||
QMAKE_CXXFLAGS += -g -fprofile-arcs -ftest-coverage
|
||||
QMAKE_LDFLAGS += -g -fprofile-arcs -ftest-coverage
|
||||
LIBS += -lgcov
|
||||
}
|
||||
|
||||
#!android:!symbian:QT += phonon
|
||||
|
||||
Reference in New Issue
Block a user