Export main for booster

This commit is contained in:
Slava Monich 2015-07-06 22:26:58 +03:00
parent 40b3051801
commit 7a975c122a

View file

@ -64,7 +64,7 @@
# define TASK_QUEUE_TIMEOUT (10000)
#endif
int main(int argc, char **argv)
Q_DECL_EXPORT int main(int argc, char **argv)
{
QGuiApplication* app = SailfishApp::application(argc, argv);
BOOKS_QML_REGISTER(BooksShelf, "Shelf");