GrabBag/Module/AuthModule/AuthModule.pro

20 lines
297 B
Prolog
Raw Permalink Normal View History

2026-01-25 01:27:01 +08:00
QT += core
QT -= gui
TARGET = AuthModule
TEMPLATE = lib
CONFIG += staticlib c++17
DEFINES += QT_DEPRECATED_WARNINGS
INCLUDEPATH += $$PWD/Inc \
2026-02-19 00:58:16 +08:00
$$PWD/../../Utils/VrUtils/Inc
2026-01-25 01:27:01 +08:00
HEADERS += \
Inc/AuthManager.h \
Inc/AuthConfig.h
SOURCES += \
Src/AuthManager.cpp