Mercurial > retraceit
view src/libqxt/CMakeLists.txt @ 33:58f1b3c330af
(issue9) Show maximized by default
If the Window geometry is not saved show maximized
otherwise restore the Window state / geometry.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 15:41:42 +0200 |
parents | 5bd14af5bce5 |
children |
line wrap: on
line source
# Copyright (C) 2015 by ETH Zürich # Software engineering by Intevation GmbH # # This file is Free Software under the GNU GPL (v>=2) # and comes with ABSOLUTELY NO WARRANTY! # See LICENSE.txt for details. # Minimal CVS parser code from libqxt to avoid a big # library dependency. set (LIBQXT_SRC qxtcsvmodel.cpp ) add_library(${PROJECT_NAME}_libqxt STATIC ${LIBQXT_SRC})