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:
Thiago Macieira 2014-10-13 13:05:17 +02:00 committed by Dirk Hohndel
parent d7cae093be
commit 098f94695a

View file

@ -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 \