123456789101112131415161718 |
- 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 +=
- RESOURCES +=
|