Skip to content

Commit

Permalink
Fixed cmake toolchain file
Browse files Browse the repository at this point in the history
git-svn-id: http://qtlobby.googlecode.com/svn/trunk@549 5a83989a-60d1-11de-a6a3-193033c112f2
  • Loading branch information
[email protected] committed Sep 9, 2009
1 parent 0968d14 commit 248de98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Battles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ void Battles::setFilterWithoutFriendsSlot( bool state ) {
}

void Battles::onReboot() {
qDebug() << "Resyncing";
User u = users->getUser( ServerProfilesModel::getInstance()->getActiveProfile().userName() );
u.battleState.setSyncState(resyncStatus());
users->onMyBattleStateChanged( u );
Expand Down
3 changes: 3 additions & 0 deletions toolchain-mingw.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ set(QT_QTSCRIPT_INCLUDE_DIR ${QT_WIN32_PREFIX}/include/QtScript)
set(QT_QTXML_LIBRARY ${QT_WIN32_PREFIX}/lib/libQtXml4.a)
set(QT_QTXML_INCLUDE_DIR ${QT_WIN32_PREFIX}/include/QtXml)

set(QT_QTSQL_LIBRARY ${QT_WIN32_PREFIX}/lib/libQtSql4.a)
set(QT_QTSQL_INCLUDE_DIR ${QT_WIN32_PREFIX}/include/QtSql)

set(QTSCRIPTTOOLS_LIBRARY ${QT_WIN32_PREFIX}/lib/libQtScriptTools4.a)
set(QTSCRIPTTOOLS_INCLUDE_DIR ${QT_WIN32_PREFIX}/include/QtScriptTools)

0 comments on commit 248de98

Please sign in to comment.