chore: fix qmake build

This commit is contained in:
Gary Wang 2024-10-29 23:44:12 +08:00
parent 3eade9c3cf
commit 6f3c30fc5b
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760

View File

@ -39,7 +39,8 @@ SOURCES += \
app/metadatadialog.cpp \ app/metadatadialog.cpp \
app/exiv2wrapper.cpp \ app/exiv2wrapper.cpp \
app/actionmanager.cpp \ app/actionmanager.cpp \
app/playlistmanager.cpp app/playlistmanager.cpp \
app/shortcutedit.cpp
HEADERS += \ HEADERS += \
app/aboutdialog.h \ app/aboutdialog.h \
@ -57,7 +58,8 @@ HEADERS += \
app/metadatadialog.h \ app/metadatadialog.h \
app/exiv2wrapper.h \ app/exiv2wrapper.h \
app/actionmanager.h \ app/actionmanager.h \
app/playlistmanager.h app/playlistmanager.h \
app/shortcutedit.h
TRANSLATIONS = \ TRANSLATIONS = \
app/translations/PineapplePictures.ts \ app/translations/PineapplePictures.ts \