Mercurial > retraceit
view src/libqxt/CMakeLists.txt @ 18:e12284a222ba
Fix resetting filters
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 14 Apr 2015 18:56:13 +0200 |
parents | 7a2637c3eb83 |
children | 64a51a42c01f |
line wrap: on
line source
# Copyright (C) 2014 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})