Chore: Add project file
This commit is contained in:
parent
6eb83dce00
commit
dd91eb0b4c
1 changed files with 22 additions and 0 deletions
22
QPermissionUtil.pri
Normal file
22
QPermissionUtil.pri
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
!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
|
||||||
|
}
|
Loading…
Reference in a new issue