23 lines
462 B
Text
23 lines
462 B
Text
|
!isEmpty(QPERMISSIONUTIL_LIB):error("QPermissionUtil.pri already included")
|
||
|
QPERMISSIONUTIL_LIB = 1
|
||
|
|
||
|
QT += core
|
||
|
|
||
|
CONFIG += staticlib
|
||
|
|
||
|
CONFIG += c++11
|
||
|
|
||
|
# You can make your code fail to compile if it uses deprecated APIs.
|
||
|
# In order to do so, uncomment the following line.
|
||
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||
|
|
||
|
INCLUDEPATH += $$PWD/
|
||
|
|
||
|
#SOURCES += \
|
||
|
|
||
|
#HEADERS += \
|
||
|
|
||
|
android {
|
||
|
QT += androidextras
|
||
|
}
|