[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:
Benoît Minisini 2009-12-12 11:41:40 +00:00
parent 50f9daa29d
commit 0c332870af

View file

@ -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