utils.pri 221 B

123456789101112
  1. HEADERS += \
  2. $$PWD/builderutils.h \
  3. $$PWD/layoutbuilder.h \
  4. $$PWD/qjsonwebtoken.h
  5. SOURCES += \
  6. $$PWD/layoutbuilder.cpp \
  7. $$PWD/qjsonwebtoken.cpp
  8. INCLUDEPATH += $$PWD
  9. DEFINES += UTILS_STATIC_LIBRARY