mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Fix compilation on other Unix besides Linux
The linux.c file is really for just generic Unix systems, so adapt the .pro file logic to match. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d7cae093be
commit
098f94695a
1 changed files with 3 additions and 3 deletions
|
@ -191,9 +191,9 @@ SOURCES = \
|
|||
qt-ui/statistics/monthstatistics.cpp
|
||||
|
||||
android: SOURCES += android.cpp
|
||||
else: linux*: SOURCES += linux.c
|
||||
mac: SOURCES += macos.c
|
||||
win32: SOURCES += windows.c
|
||||
else: win32: SOURCES += windows.c
|
||||
else: mac: SOURCES += macos.c
|
||||
else: SOURCES += linux.c # All other Unix, really
|
||||
|
||||
android: SOURCES -= \
|
||||
qt-ui/usermanual.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue