Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
vite
Commits
8b13f39f
Commit
8b13f39f
authored
16 years ago
by
Johnny Jazeix
Browse files
Options
Downloads
Patches
Plain Diff
Description du package
parent
cd0907f9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+2
-3
2 additions, 3 deletions
configure
with
2 additions
and
3 deletions
configure
+
2
−
3
View file @
8b13f39f
...
...
@@ -40,10 +40,9 @@ if "$WHICH" qmake-qt4 >/dev/null 2>&1 ; then
cat
>>
"
$makefile
"
<<
EOF
cd ./src && qmake-qt4 -makefile -o Makefile src.pro && make
EOF
elif
"
$WHICH
"
qmake
>
/dev/null 2>&1
&&
[
UNAME_SYSTEM
=
"Darwin"
]
;
then
# Mac
elif
"
$WHICH
"
qmake
>
/dev/null 2>&1
&&
[
"
$
UNAME_SYSTEM
"
=
"Darwin"
]
;
then
# Mac
cat
>>
"
$makefile
"
<<
EOF
cd src/ && qmake -spec macx-xcode src.pro && xcodebuild -project Makefile.xcode
\
proj -configuration Debug clean build
cd src/ && qmake -spec macx-xcode src.pro && xcodebuild -project Makefile.xcode && proj -configuration Debug clean build
EOF
elif
"
$WHICH
"
qmake
>
/dev/null 2>&1
;
then
cat
>>
"
$makefile
"
<<
EOF
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment