From 6f3c30fc5b39867d5fe6a9251e2b35fbf1bd1fba Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Tue, 29 Oct 2024 23:44:12 +0800 Subject: [PATCH] chore: fix qmake build --- pineapple-pictures.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pineapple-pictures.pro b/pineapple-pictures.pro index def67d8..f308ece 100644 --- a/pineapple-pictures.pro +++ b/pineapple-pictures.pro @@ -39,7 +39,8 @@ SOURCES += \ app/metadatadialog.cpp \ app/exiv2wrapper.cpp \ app/actionmanager.cpp \ - app/playlistmanager.cpp + app/playlistmanager.cpp \ + app/shortcutedit.cpp HEADERS += \ app/aboutdialog.h \ @@ -57,7 +58,8 @@ HEADERS += \ app/metadatadialog.h \ app/exiv2wrapper.h \ app/actionmanager.h \ - app/playlistmanager.h + app/playlistmanager.h \ + app/shortcutedit.h TRANSLATIONS = \ app/translations/PineapplePictures.ts \