aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/notification.pro
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2013-09-25 12:06:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 01:02:04 +0200
commit6500083ceb9c9e63eb5ff544e91aa9d556c6739f (patch)
treeb4d78a732f891e63487839b284b7f7fe3a0f12ed /examples/androidextras/notification/notification.pro
parent2b81ca83860eab49b946d43f851e936c5a6e3092 (diff)
Remove JNI_OnLoad() from the example.v5.2.0-alpha1
We use the class loader to get the files Change-Id: I5268dbda5f17c1dfc7332fec35e6da033090605f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'examples/androidextras/notification/notification.pro')
-rw-r--r--examples/androidextras/notification/notification.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/androidextras/notification/notification.pro b/examples/androidextras/notification/notification.pro
index 9d57ca3..8459599 100644
--- a/examples/androidextras/notification/notification.pro
+++ b/examples/androidextras/notification/notification.pro
@@ -8,8 +8,7 @@ ANDROID_APP_NAME = Qt Notifier
SOURCES += \
main.cpp \
- notificationclient.cpp \
- androidjnibindings.cpp
+ notificationclient.cpp
OTHER_FILES += \
qml/main.qml \
@@ -20,5 +19,4 @@ RESOURCES += \
main.qrc
HEADERS += \
- notificationclient.h \
- androidjnibindings.h
+ notificationclient.h