Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-08-12 16:47:43 +0400
committerMarkus Goetz <markus@woboq.com>2014-08-12 16:48:42 +0400
commitfaa502163eb6b33af532148d215bfe4d3fb249be (patch)
tree5df30cf439a9ebd32d647e4a5c0c8914584334d9 /src/CMakeLists.txt
parent4ff0e7e0a23ed34bd3603cd03ac59c945cc1a21d (diff)
OS X: Finally(?) fix stay-on-top behaviour of settings dialog
Fixes #1795
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ec15a250a..837ab77ed 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -45,6 +45,7 @@ if (APPLE)
list(APPEND 3rdparty_SRC
3rdparty/qtmacgoodies/src/macpreferenceswindow.mm
3rdparty/qtmacgoodies/src/macstandardicon.mm
+ 3rdparty/qtmacgoodies/src/macwindow.mm
)
endif()