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
Marco Bubke
flatpak-qt-creator
Commits
dad96d96
Commit
dad96d96
authored
Feb 25, 2009
by
Thorbjørn Lindeijer
Browse files
Updated location of Qt to ship
parent
84c82a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tools/qtlibspatcher/qtlibspatchermain.cpp
View file @
dad96d96
...
...
@@ -38,13 +38,13 @@
#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.5.0/qt";
#
define QT_INSTALL_DIR "C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.5.0/qt";
const
char
*
const
oldInstallBase
=
QT_INSTALL_DIR
;
const
char
*
const
oldSourceBase
=
QT_INSTALL_DIR
;
const
char
*
const
oldInstallBase
=
QT_INSTALL_DIR
;
const
char
*
const
oldSourceBase
=
QT_INSTALL_DIR
;
#else
const
char
*
const
oldSourceBase
=
"/home/berlin/dev/qt-4.5.0-temp/this_path_is_supposed
/
to_be_very_long
/
hopefully_this
/
is_long_enough/qt-x11-opensource-src-4.5.0"
;
const
char
*
const
oldInstallBase
=
"/home/berlin/dev/qt-4.5.0-shipping/this_path_is_supposed
/
to_be_very_long
/
hopefully_this
/
is_long_enough/qt"
;
const
char
*
const
oldSourceBase
=
"/home/berlin/dev/qt-4.5.0-
opensource-
temp/this_path_is_supposed
_
to_be_very_long
_
hopefully_this
_
is_long_enough/qt-x11-opensource-src-4.5.0"
;
const
char
*
const
oldInstallBase
=
"/home/berlin/dev/qt-4.5.0-
opensource-
shipping/this_path_is_supposed
_
to_be_very_long
_
hopefully_this
_
is_long_enough/qt"
;
#endif
...
...
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