mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
083d3b9e67
commit
97ea45af03
10 changed files with 10 additions and 32 deletions
|
|
@ -24,7 +24,7 @@ win32: PRE_TARGETDEPS = tmp/app.lib
|
|||
|
||||
QT += quick qml
|
||||
TEMPLATE = app
|
||||
CONFIG += no_keywords release
|
||||
CONFIG += c++17 no_keywords release
|
||||
DEFINES += DESKTOP_APP INI_LISP INI_ECL_CONTRIB
|
||||
INCLUDEPATH = /usr/local/include
|
||||
ECL_VERSION = $$lower($$system(ecl -v))
|
||||
|
|
@ -88,6 +88,3 @@ system(ecl -shell qml/.create-qml-loaders.lisp)
|
|||
|
||||
RESOURCES += $$files(qml/*)
|
||||
RESOURCES += $$files(qml/.ext/*)
|
||||
|
||||
QMAKE_CXXFLAGS += -std=c++17
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue