File: annotatedurl.pro

package info (click to toggle)
qt6-connectivity 6.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 9,824 kB
  • sloc: cpp: 50,839; java: 2,649; xml: 362; sh: 70; makefile: 23
file content (24 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
QT += nfc widgets

CONFIG += strict_flags

TARGET = annotatedurl

SOURCES += main.cpp \
    mainwindow.cpp \
    annotatedurl.cpp

HEADERS  += mainwindow.h \
    annotatedurl.h

ios: QMAKE_INFO_PLIST = Info.plist

android {
    ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android

    DISTFILES += \
        android/AndroidManifest.xml
}

target.path = $$[QT_INSTALL_EXAMPLES]/nfc/annotatedurl
INSTALLS += target