Skip to content

Disabling_CLI_compilation

Paweł Salawa edited this page Jul 27, 2022 · 1 revision

Just edit the SQLiteStudio3.pro and delete the line with cli in the statement:

SUBDIRS += \
    core \
    gui \
    cli \
    gui_app

so it looks like:

SUBDIRS += \
    core \
    gui \
    gui_app