[fix] Wouldn't build due to missing src/sailfish_main.cpp
It was renamed to src/main.cpp in79725af21a. I also needed to add the Pocket stuff from869e12a0fd.
This commit is contained in:
parent
7658ad9015
commit
7dd691bc09
1 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue