No Description

SimpleImageEditor.pro 419B

12345678910111213141516171819202122232425
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-03-13T15:27:42
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = SimpleImageEditor
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. mainwindow.cpp \
  12. filter.cpp
  13. HEADERS += mainwindow.h
  14. FORMS += mainwindow.ui
  15. RESOURCES += \
  16. images.qrc