File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ WINSUBDIRS = core legend raster composer \
20
20
plugins/scale_bar \
21
21
plugins/georeferencer \
22
22
plugins/grid_maker \
23
- plugins/delimited_text
23
+ plugins/delimited_text \
24
24
plugins/gps_importer \
25
25
plugins/spit
26
26
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const char* QGis::qgisVersion = VERSION;
11
11
const int QGis::qgisVersionInt =800 ;
12
12
13
13
// Release name
14
- const char * QGis::qgisReleaseName = " Titan - Preview 1 " ;
14
+ const char * QGis::qgisReleaseName = " Titan - Preview 2 " ;
15
15
16
16
const char * QGis::qgisVectorGeometryType[] =
17
17
{
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export QT_LIBS="-L/home/user/win/qt4.1_win/lib -lQtNetwork -lQtSvg -lQtXml -lQtG
22
22
23
23
./autogen.sh \
24
24
--with-qt-pkg-config=no \
25
- --prefix=$WIN /i586-mingw32msvc \
25
+ --prefix=$WIN /i586-mingw32msvc/release \
26
26
--target=$TARGET \
27
27
--host=$TARGET \
28
28
--build=i386-linux \
You can’t perform that action at this time.
0 commit comments