Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
3b5b1e28
Commit
3b5b1e28
authored
Feb 25, 2009
by
Oswald Buddenhagen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.0.0'
parents
270faea5
dad96d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/tools/qtlibspatcher/qtlibspatchermain.cpp
src/tools/qtlibspatcher/qtlibspatchermain.cpp
+5
-5
No files found.
src/tools/qtlibspatcher/qtlibspatchermain.cpp
View file @
3b5b1e28
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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