Newer
Older
Import / applications / Photoframe / Photoframe.pro
@John Ryland John Ryland on 10 Jan 2021 834 bytes move to using the shell scripts
QT += widgets network multimedia
TEMPLATE = app
LIBS += -Llib -lexif
SOURCES += src/main.cpp \
 src/mainmenu.cpp \
 src/devicelist.cpp \
 src/iconview.cpp \
 src/slideshow.cpp \
 src/manager.cpp \
 src/photolist.cpp \
 src/musiclist.cpp \
 src/videolist.cpp \
 src/menuitem.cpp \
 src/settings.cpp \
 src/information.cpp \
 src/text.cpp \
 src/image.cpp \
 src/intro.cpp \
 src/stage.cpp
HEADERS += src/mainmenu.h \
 src/devicelist.h \
 src/iconview.h \
 src/slideshow.h \
 src/manager.h \
 src/photolist.h \
 src/musiclist.h \
 src/videolist.h \
 src/menuitem.h \
 src/settings.h \
 src/information.h \
 src/text.h \
 src/image.h \
 src/intro.h \
 src/stage.h
CONFIG += release
TRANSLATIONS += i18n/DPF_English.ts i18n/DPF_Japanese.ts i18n/DPF_Korean.ts i18n/DPF_Chinese.ts
INCLUDEPATH = include