mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:33:24 +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
|
qt-ui/statistics/monthstatistics.cpp
|
||||||
|
|
||||||
android: SOURCES += android.cpp
|
android: SOURCES += android.cpp
|
||||||
else: linux*: SOURCES += linux.c
|
else: win32: SOURCES += windows.c
|
||||||
mac: SOURCES += macos.c
|
else: mac: SOURCES += macos.c
|
||||||
win32: SOURCES += windows.c
|
else: SOURCES += linux.c # All other Unix, really
|
||||||
|
|
||||||
android: SOURCES -= \
|
android: SOURCES -= \
|
||||||
qt-ui/usermanual.cpp \
|
qt-ui/usermanual.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue