Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit c9639f4

Browse files
committed
fixed main
1 parent 20276b4 commit c9639f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Demo/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#include <QGuiApplication>
33
#include <QQmlApplicationEngine>
44
#include <QDebug>
5+
#ifdef Q_OS_ANDROID
56
#include <contentdevice.h>
7+
#endif
68

79
int main(int argc, char *argv[])
810
{

0 commit comments

Comments
 (0)