summaryrefslogtreecommitdiff
path: root/examples/enginio/widgets/image-gallery-cpp/image-gallery-cpp.pro
blob: 008b11c4aebea304645ff0cdc0fcbebd5f7e3a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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