Assam Boudjelthia 6e8f97b83b Remove check for Qt version > 4 that's not useful now
Pick-to: 6.7
Change-Id: Ia24b2b9fb9f3b070f8eccaf74a09787b324ab01e
Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
2024-04-24 18:46:34 +02:00

21 lines
468 B
Prolog

QT += core gui widgets
QT += core-private # For Notification permission request
SOURCES += \
main.cpp \
notificationclient.cpp
HEADERS += \
notificationclient.h
RESOURCES += \
main.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/platform/androidnotifier
INSTALLS += target
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
OTHER_FILES += \
android/src/org/qtproject/example/androidnotifier/NotificationClient.java \
android/AndroidManifest.xml