image-gallery-cpp.pro Example File

image-gallery-cpp/image-gallery-cpp.pro

  QT += network gui widgets enginio

  TARGET = image-gallery
  TEMPLATE = app

  include(../../common/backendhelper/backendhelper.pri)

  SOURCES += \
      main.cpp\
      mainwindow.cpp \
      imageobject.cpp \
      imagemodel.cpp

  HEADERS += \
      mainwindow.h \
      imageobject.h \
      imagemodel.h

  target.path = $$[QT_INSTALL_EXAMPLES]/enginio/widgets/image-gallery-cpp
  INSTALLS += target