Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KStars
Commits
a65afbc1
Commit
a65afbc1
authored
Jul 12, 2017
by
Jasem Mutlaq
Browse files
Use stock INDI client library on Windows since it is now ported to WIN32
parent
36683aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstars/CMakeLists.txt
View file @
a65afbc1
...
...
@@ -993,11 +993,11 @@ if(INDI_FOUND)
endif
(
NOT BUILD_KSTARS_LITE
)
if
(
WIN32 OR ANDROID
)
add_definitions
(
-DUSE_QT5_INDI
)
if
(
ANDROID
)
add_definitions
(
-DUSE_QT5_INDI
)
target_link_libraries
(
KStarsLib
${
INDI_CLIENT_ANDROID_LIBRARIES
}
${
NOVA_LIBRARIES
}
${
CFITSIO_LIBRARIES
}
${
LIBRAW_LIBRARIES
}
)
else
(
ANDROID
)
target_link_libraries
(
KStarsLib
${
INDI_CLIENT_
QT_
LIBRARIES
}
${
NOVA_LIBRARIES
}
)
target_link_libraries
(
KStarsLib
${
INDI_CLIENT_LIBRARIES
}
${
NOVA_LIBRARIES
}
)
endif
(
ANDROID
)
else
(
WIN32 OR ANDROID
)
if
(
BUILD_KSTARS_LITE
)
...
...
Write
Preview
Supports
Markdown
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