ImageLabeler.pro 340 B

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