[GB.QT5.OPENGL]
* BUG: Fix Makefile.am file. git-svn-id: svn://localhost/gambas/trunk@7199 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
1b420fbf43
commit
0649088547
10 changed files with 71 additions and 11 deletions
|
@ -2,7 +2,7 @@ FIconView
|
|||
gb.gui.base
|
||||
0
|
||||
0
|
||||
3.7.90
|
||||
3.8.0
|
||||
|
||||
gb.image
|
||||
gb.gui
|
||||
|
|
|
@ -1807,3 +1807,62 @@ _SetRowText
|
|||
m
|
||||
|
||||
(iRow)i(sText)s
|
||||
#_ReportRoundCorner
|
||||
|
||||
C
|
||||
_Active
|
||||
v
|
||||
b
|
||||
|
||||
TopLeft
|
||||
p
|
||||
s
|
||||
|
||||
TopRight
|
||||
p
|
||||
s
|
||||
|
||||
BottomLeft
|
||||
p
|
||||
s
|
||||
|
||||
BottomRight
|
||||
p
|
||||
s
|
||||
|
||||
_TopLeft1
|
||||
v
|
||||
f
|
||||
|
||||
_TopLeft2
|
||||
v
|
||||
f
|
||||
|
||||
_TopRight1
|
||||
v
|
||||
f
|
||||
|
||||
_TopRight2
|
||||
v
|
||||
f
|
||||
|
||||
_BottomLeft1
|
||||
v
|
||||
f
|
||||
|
||||
_BottomLeft2
|
||||
v
|
||||
f
|
||||
|
||||
_BottomRight1
|
||||
v
|
||||
f
|
||||
|
||||
_BottomRight2
|
||||
v
|
||||
f
|
||||
|
||||
_NormalizeUnits
|
||||
m
|
||||
|
||||
|
||||
|
|
|
@ -28,3 +28,4 @@ _ReportGridView_Columns
|
|||
_ReportGridView_Data
|
||||
_ReportGridView_Row
|
||||
_ReportGridView_Rows
|
||||
_ReportRoundCorner
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[Component]
|
||||
Key=gb.util.web
|
||||
Version=3.6.90
|
||||
State=2
|
||||
Version=3.8.0
|
||||
State=1
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -1,8 +1,8 @@
|
|||
# Gambas Project File 3.0
|
||||
# Compiled with Gambas 3.6.90
|
||||
# Compiled with Gambas 3.8.0
|
||||
Title=gb.util.web
|
||||
Startup=MMain
|
||||
Version=3.6.90
|
||||
Version=3.8.0
|
||||
VersionFile=1
|
||||
TabSize=2
|
||||
Language=fr
|
||||
|
|
|
@ -2,6 +2,6 @@ MMain
|
|||
gb.util.web
|
||||
0
|
||||
0
|
||||
3.6.90
|
||||
3.8.0
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Gambas Project File 3.0
|
||||
# Compiled with Gambas 3.7.90
|
||||
# Compiled with Gambas 3.8.0
|
||||
Title=gb.dbus
|
||||
Startup=MMain
|
||||
Version=3.7.90
|
||||
Version=3.8.0
|
||||
VersionFile=1
|
||||
Component=gb.dbus
|
||||
TabSize=2
|
||||
|
|
|
@ -2,7 +2,7 @@ MMain
|
|||
gb.net.curl
|
||||
0
|
||||
0
|
||||
3.6.90
|
||||
3.7.90
|
||||
|
||||
gb.net
|
||||
gb.net.curl
|
||||
|
|
|
@ -11,9 +11,9 @@ gb_qt5_opengl_la_CPPFLAGS = @QT5OPENGL_INC@
|
|||
gb_qt5_opengl_la_SOURCES = main.h main.cpp
|
||||
|
||||
if QT_OLD_OPENGL
|
||||
gb_qt5_opengl_la_SOURCES += COldGLarea_moc.cpp COldGLArea.h COldGLarea.cpp
|
||||
gb_qt5_opengl_la_SOURCES += COldGLarea_moc.cpp COldGLarea.h COldGLarea.cpp
|
||||
else
|
||||
gb_qt5_opengl_la_SOURCES += CGLarea_moc.cpp CGLArea.h CGLarea.cpp
|
||||
gb_qt5_opengl_la_SOURCES += CGLarea_moc.cpp CGLarea.h CGLarea.cpp
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue