Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
5fcf3503
Commit
5fcf3503
authored
Feb 05, 2009
by
dt
Browse files
Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1
parents
fa4bab50
bbef5052
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/tools/qtlibspatcher/qtlibspatchermain.cpp
View file @
5fcf3503
...
...
@@ -42,7 +42,7 @@
#include
<QtCore/QDebug>
#ifdef Q_OS_WIN
# define QT_INSTALL_DIR "C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.4.3";
# define QT_INSTALL_DIR "C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.4.3
/qt
";
const
char
*
const
oldInstallBase
=
QT_INSTALL_DIR
;
const
char
*
const
oldSourceBase
=
QT_INSTALL_DIR
;
...
...
@@ -108,7 +108,8 @@ bool patchBinariesWithQtPathes(const char *baseQtPath)
#ifdef Q_OS_WIN
"/bin/qmake.exe"
,
"/bin/QtCore4.dll"
,
"/bin/QtCored4.dll"
"/bin/QtCored4.dll"
,
"/lib/QtCored4.dll"
#else
"/bin/qmake"
,
"/lib/libQtCore.so"
,
...
...
tests/auto/cplusplus/ast/ast.pro
View file @
5fcf3503
load
(
qttest_p4
)
TEMPLATE
=
app
CONFIG
+=
qt
warn_on
console
depend_includepath
QT
=
core
testlib
include
(..
/
shared
/
shared
.
pri
)
QT
=
core
SOURCES
+=
tst_ast
.
cpp
tests/auto/cplusplus/semantic/semantic.pro
View file @
5fcf3503
load
(
qttest_p4
)
TEMPLATE
=
app
CONFIG
+=
qt
warn_on
console
depend_includepath
QT
=
core
testlib
include
(..
/
shared
/
shared
.
pri
)
QT
=
core
SOURCES
+=
tst_semantic
.
cpp
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment