diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5805f1417..17a602cf8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -570,7 +570,7 @@ option(USE_INSTALL_PREFIX "Look for data in CMAKE_INSTALL_PREFIX" ON) if(NOT APPLE) set(NOT_APPLE ON) - optional_source(NOT_APPLE SOURCES widgets/qsearchfield_nonmac.cpp core/qtsystemtrayicon.cpp HEADERS core/qtsystemtrayicon.h) + optional_source(NOT_APPLE SOURCES widgets/qsearchfield_qt.cpp core/qtsystemtrayicon.cpp HEADERS core/qtsystemtrayicon.h) endif() if(HAVE_GLOBALSHORTCUTS) diff --git a/src/widgets/qsearchfield_nonmac.cpp b/src/widgets/qsearchfield_qt.cpp similarity index 100% rename from src/widgets/qsearchfield_nonmac.cpp rename to src/widgets/qsearchfield_qt.cpp