Changeset 200 for trunk/src


Ignore:
Timestamp:
Jun 19, 2011, 6:07:07 PM (14 years ago)
Author:
rudi
Message:

Allow to include the SQL module. Note that this option is disabled by default, because we have not ported any sql driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qt.pro

    r183 r200  
    203203
    204204#modules
    205 os2 {
    206         # this section should be removed one day
    207         # when an OS/2 version of every module is ready
    208205        include($$KERNEL_CPP/qt_kernel.pri)
    209206        include($$WIDGETS_CPP/qt_widgets.pri)
     
    215212        include($$TABLE_CPP/qt_table.pri)
    216213        include($$XML_CPP/qt_xml.pri)
    217         include($$KERNEL_CPP/qt_gfx.pri)
    218         include($$TOOLS_CPP/qt_tools.pri)
    219         include($$CODECS_CPP/qt_codecs.pri)
    220         include($$STYLES_CPP/qt_styles.pri)
    221 } else {
    222         include($$KERNEL_CPP/qt_kernel.pri)
    223         include($$WIDGETS_CPP/qt_widgets.pri)
    224         include($$DIALOGS_CPP/qt_dialogs.pri)
    225         include($$ICONVIEW_CPP/qt_iconview.pri)
    226         include($$WORKSPACE_CPP/qt_workspace.pri)
    227         include($$NETWORK_CPP/qt_network.pri)
    228         include($$CANVAS_CPP/qt_canvas.pri)
    229         include($$TABLE_CPP/qt_table.pri)
    230         include($$XML_CPP/qt_xml.pri)
    231         include($$OPENGL_CPP/qt_opengl.pri)
     214!os2:   include($$OPENGL_CPP/qt_opengl.pri)
    232215        include($$SQL_CPP/qt_sql.pri)
    233216        include($$KERNEL_CPP/qt_gfx.pri)
     
    235218        include($$CODECS_CPP/qt_codecs.pri)
    236219        include($$STYLES_CPP/qt_styles.pri)
    237 }
     220
    238221embedded:include($$EMBEDDED_CPP/qt_embedded.pri)
    239222
Note: See TracChangeset for help on using the changeset viewer.