sysrolemgt.pri 252 Bytes
Newer Older
‘oliver.hui’'s avatar
‘oliver.hui’ committed
1 2 3 4 5 6 7 8 9 10 11 12
HEADERS += \
    $$PWD/sysrolemgt.h \
    $$PWD/sysrole.h \
    $$PWD/sysrolemgtthread.h \
    $$PWD/sysrolethread.h
    
SOURCES += \
    $$PWD/sysrolemgt.cpp \
    $$PWD/sysrole.cpp \
    $$PWD/sysrolemgtthread.cpp \
    $$PWD/sysrolethread.cpp