[fix] Wouldn't build due to missing src/sailfish_main.cpp

It was renamed to src/main.cpp in 79725af21a.

I also needed to add the Pocket stuff from 869e12a0fd.
This commit is contained in:
Frans de Jonge 2019-02-04 11:39:42 +01:00
parent 7658ad9015
commit 7dd691bc09

View file

@ -8,7 +8,8 @@ DEFINES += SAILFISH
DEFINES += ONLINE_CHECK
SOURCES += \
src/main_sailfish.cpp \
src/main.cpp \
src/ai.cpp \
src/utils.cpp \
src/tabmodel.cpp \
src/listmodel.cpp \
@ -30,6 +31,7 @@ SOURCES += \
src/iconprovider.cpp
HEADERS += \
src/ai.h \
src/utils.h \
src/tabmodel.h \
src/listmodel.h \