Mercurial > retraceit
comparison src/libqxt/CMakeLists.txt @ 1:7a2637c3eb83
Add csv parser from libqxt
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 23 Mar 2015 16:33:26 +0100 |
parents | |
children | 64a51a42c01f |
comparison
equal
deleted
inserted
replaced
0:147b08bc7d64 | 1:7a2637c3eb83 |
---|---|
1 # Copyright (C) 2014 by Intevation GmbH | |
2 # | |
3 # This file is Free Software under the GNU GPL (v>=2) | |
4 # and comes with ABSOLUTELY NO WARRANTY! | |
5 # See LICENSE.txt for details. | |
6 | |
7 # Minimal CVS parser code from libqxt to avoid a big | |
8 # library dependency. | |
9 set (LIBQXT_SRC | |
10 qxtcsvmodel.cpp | |
11 ) | |
12 | |
13 add_library(${PROJECT_NAME}_libqxt STATIC ${LIBQXT_SRC}) |