Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PythonQt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
PythonQt
Commits
0e643189
Commit
0e643189
authored
9 years ago
by
Jean-Christophe Fillion-Robin
Committed by
Matthew Woehlke
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused call to qt4_wrap_ui/qt4_add_resources associated with PythonQt library
parent
5ec0c911
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+0
-12
0 additions, 12 deletions
CMakeLists.txt
with
0 additions
and
12 deletions
CMakeLists.txt
+
0
−
12
View file @
0e643189
...
...
@@ -208,19 +208,9 @@ foreach(qtlib core gui network opengl sql svg uitools webkit xml xmlpatterns)
endif
()
endforeach
()
#-----------------------------------------------------------------------------
# UI files
set
(
ui_sources
)
#-----------------------------------------------------------------------------
# Resources
set
(
qrc_sources
)
#-----------------------------------------------------------------------------
# Do wrapping
qt4_wrap_cpp
(
gen_moc_sources
${
moc_sources
}
)
qt4_wrap_ui
(
gen_ui_sources
${
ui_sources
}
)
qt4_add_resources
(
gen_qrc_sources
${
qrc_sources
}
)
#-----------------------------------------------------------------------------
# Build the library
...
...
@@ -232,8 +222,6 @@ include_directories(
add_library
(
PythonQt SHARED
${
sources
}
${
gen_moc_sources
}
${
gen_ui_sources
}
${
gen_qrc_sources
}
)
set_target_properties
(
PythonQt PROPERTIES DEFINE_SYMBOL PYTHONQT_EXPORTS
)
...
...
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