qt6windows7/examples/corelib/platform/androidnotifier/androidnotifier.pro

21 lines
451 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
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