ImageLabeler.pro 327 B

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