Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Calligra
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Office
Calligra
Commits
36102bd8
Commit
36102bd8
authored
12 years ago
by
Christoph Feck
Browse files
Options
Downloads
Patches
Plain Diff
SVN_SILENT compile on non-OS X
CCMAIL: yue.liu@mail.com
parent
f1705667
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/main/CMakeLists.txt
+6
-1
6 additions, 1 deletion
libs/main/CMakeLists.txt
with
6 additions
and
1 deletion
libs/main/CMakeLists.txt
+
6
−
1
View file @
36102bd8
...
...
@@ -34,7 +34,6 @@ set(komain_LIB_SRCS
KoFileDialog.cpp
KoGlobal.cpp
KoGridData.cpp
MacSupport.mm
KoMainWindow.cpp
KoPrintingDialog.cpp
KoPrintJob.cpp
...
...
@@ -132,6 +131,12 @@ if( Soprano_FOUND )
)
endif
(
Soprano_FOUND
)
if
(
APPLE
)
set
(
komain_LIB_SRCS
${
komain_LIB_SRCS
}
MacSupport.mm
)
endif
(
APPLE
)
kde4_add_ui_files
(
komain_LIB_SRCS
koDocumentInfoAboutWidget.ui
koDocumentInfoAuthorWidget.ui
...
...
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