1234567891011121314151617181920 |
- TEMPLATE = app
- TARGET = ImageLabeler
- QT += core gui xml
- HEADERS += LineEditForm.h \
- OptionsForm.h \
- functions.h \
- ImageHolder.h \
- ImageLabeler.h
- SOURCES += LineEditForm.cpp \
- OptionsForm.cpp \
- functions.cpp \
- ImageHolder.cpp \
- ImageLabeler.cpp \
- main.cpp
- FORMS += \
- ui/ImageLabeler.ui
- RESOURCES +=
|