No Description

PasswordStrength.pro 482B

12345678910111213141516171819202122232425262728
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-07-02T13:28:36
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = PasswordStrength
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. mainwindow.cpp \
  12. readpassword.cpp \
  13. psfunctions.cpp
  14. HEADERS += mainwindow.h \
  15. psfunctions.h
  16. FORMS += mainwindow.ui
  17. RESOURCES += \
  18. images.qrc \
  19. style.qrc