view src/libqxt/CMakeLists.txt @ 79:ca8d3cfe8ba1 1.0.0

Do not check path existence while typing Checking if a path exists can be expensive especially for network paths. So we only do this now once the user hits "Go"
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 16 Jun 2015 12:36:37 +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})
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)