Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
8f1318d7
Commit
8f1318d7
authored
Feb 18, 2018
by
Volker Krause
Browse files
Export main() on Android
The application is built as a library there.
parent
f90ded6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
8f1318d7
...
...
@@ -31,6 +31,9 @@
#include
<QGuiApplication>
#include
<QIcon>
#ifdef Q_OS_ANDROID
Q_DECL_EXPORT
#endif
int
main
(
int
argc
,
char
**
argv
)
{
QCoreApplication
::
setApplicationName
(
QStringLiteral
(
"kde-itinerary"
));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment