mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cmake: only build print related files if NO_PRINTING isn't set
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
db3a9abac9
commit
35b4af913b
1 changed files with 2 additions and 2 deletions
|
@ -119,6 +119,8 @@ else()
|
|||
printer.cpp
|
||||
templatelayout.cpp
|
||||
qt-ui/templateedit.cpp
|
||||
qt-ui/printdialog.cpp
|
||||
qt-ui/printoptions.cpp
|
||||
)
|
||||
set(PRINTING_PKG PrintSupport)
|
||||
set(PRINTING_LIB Qt5::PrintSupport)
|
||||
|
@ -364,8 +366,6 @@ set(SUBSURFACE_INTERFACE
|
|||
qt-ui/metrics.cpp
|
||||
qt-ui/notificationwidget.cpp
|
||||
qt-ui/preferences.cpp
|
||||
qt-ui/printdialog.cpp
|
||||
qt-ui/printoptions.cpp
|
||||
qt-ui/simplewidgets.cpp
|
||||
qt-ui/starwidget.cpp
|
||||
qt-ui/subsurfacewebservices.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue