Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Itinerary
Commits
86f6f972
Commit
86f6f972
authored
Apr 16, 2018
by
Volker Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We only need Qt5::Positioning, not all of Qt5::Location
parent
c4ecfe23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/app/CMakeLists.txt
src/app/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
86f6f972
...
...
@@ -39,7 +39,7 @@ if (ANDROID)
set
(
BREEZEICONS_DIR
${
CMAKE_SOURCE_DIR
}
/../breeze-icons
)
endif
()
else
()
find_package
(
Qt5 REQUIRED COMPONENTS
Loca
tion
)
find_package
(
Qt5 REQUIRED COMPONENTS
Posi
tion
ing
)
endif
()
add_subdirectory
(
src
)
...
...
src/app/CMakeLists.txt
View file @
86f6f972
...
...
@@ -48,7 +48,7 @@ if (ANDROID)
view-refresh
)
else
()
target_link_libraries
(
itinerary-app PRIVATE Qt5::
Loca
tion
)
target_link_libraries
(
itinerary-app PRIVATE Qt5::
Posi
tion
ing
)
set_target_properties
(
itinerary-app PROPERTIES OUTPUT_NAME
"itinerary"
)
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