[DEVELOPMENT ENVIRONMENT]
* BUG: Use gb.qt4 instead of gb.qt when creating a new Qt project. git-svn-id: svn://localhost/gambas/trunk@2487 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
50f9daa29d
commit
0c332870af
1 changed files with 3 additions and 3 deletions
|
@ -52,11 +52,11 @@ Component=gb.gtk.ext
|
|||
Component=gb.form
|
||||
@ENDIF
|
||||
@IF QT
|
||||
Component=gb.qt
|
||||
Component=gb.qt.ext
|
||||
Component=gb.qt4
|
||||
Component=gb.qt4.ext
|
||||
Component=gb.form
|
||||
@IF OPENGL
|
||||
Component=gb.qt.opengl
|
||||
Component=gb.qt4.opengl
|
||||
@ENDIF
|
||||
@ENDIF
|
||||
@IF GUI
|
||||
|
|
Loading…
Reference in a new issue