[GB.QT5.EXT]
* BUG: The component now should compile correctly with C++11. git-svn-id: svn://localhost/gambas/trunk@8061 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
78db373d78
commit
93ed4cd697
2 changed files with 1 additions and 7 deletions
|
@ -15,11 +15,6 @@ GB_COMPONENT_PKG_CONFIG(
|
|||
'Qt5Core >= 5.3.0' Qt5Gui Qt5Widgets Qt5Svg Qt5PrintSupport Qt5X11Extras x11
|
||||
)
|
||||
|
||||
## GB_COMPONENT_PKG_CONFIG(
|
||||
## qt5ext, QT5EXT, gb.qt5.ext, [ext],
|
||||
## 'Qt5Core >= 5.4.0' Qt5Gui Qt5Widgets
|
||||
## )
|
||||
|
||||
GB_COMPONENT_PKG_CONFIG(
|
||||
qt5webkit, QT5WEBKIT, gb.qt5.webkit, [webkit],
|
||||
'Qt5Core >= 5.3.0' Qt5Gui Qt5Widgets Qt5Network Qt5Xml Qt5WebKit Qt5WebKitWidgets Qt5PrintSupport x11
|
||||
|
@ -55,6 +50,4 @@ src/opengl/Makefile \
|
|||
src/ext/Makefile \
|
||||
)
|
||||
|
||||
## src/ext/Makefile \
|
||||
|
||||
GB_PRINT_MESSAGES
|
||||
|
|
|
@ -6,6 +6,7 @@ gblib_LTLIBRARIES = gb.qt5.ext.la
|
|||
|
||||
gb_qt5_ext_la_LIBADD = @QT5EXT_LIB@
|
||||
gb_qt5_ext_la_LDFLAGS = -module @LD_FLAGS@ @QT5EXT_LDFLAGS@
|
||||
gb_qt5_ext_la_CXXFLAGS = @THREAD_INC@ $(AM_CXXFLAGS) -std=c++11
|
||||
gb_qt5_ext_la_CPPFLAGS = @QT5EXT_INC@ -I$(top_srcdir)/share -I$(top_srcdir)/src/share
|
||||
|
||||
gb_qt5_ext_la_SOURCES = \
|
||||
|
|
Loading…
Reference in a new issue