ImageLabeler.pro 343 B

1234567891011121314151617181920
  1. TEMPLATE = app
  2. TARGET = ImageLabeler
  3. QT += core gui xml
  4. HEADERS += LineEditForm.h \
  5. OptionsForm.h \
  6. functions.h \
  7. ImageHolder.h \
  8. ImageLabeler.h
  9. SOURCES += LineEditForm.cpp \
  10. OptionsForm.cpp \
  11. functions.cpp \
  12. ImageHolder.cpp \
  13. ImageLabeler.cpp \
  14. main.cpp
  15. FORMS += \
  16. ui/ImageLabeler.ui
  17. RESOURCES +=