Remove dependency to qt libraries

This commit is contained in:
Renaud Casenave-Péré 2025-08-28 21:16:59 +02:00
parent 75178601e6
commit 127dd88bf0
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
TEMPLATE = subdirs TEMPLATE = subdirs
QT =
SUBDIRS = parser \ SUBDIRS = parser \
sextant sextant

View file

@ -1,5 +1,6 @@
TEMPLATE = app TEMPLATE = app
CONFIG += debug CONFIG += debug
QT =
TARGET = sextant TARGET = sextant
DESTDIR = $$PWD DESTDIR = $$PWD
OBJECTS_DIR = $$PWD/tmp/sextant OBJECTS_DIR = $$PWD/tmp/sextant

View file

@ -1,5 +1,6 @@
TEMPLATE = lib TEMPLATE = lib
CONFIG += staticlib debug CONFIG += staticlib debug
QT =
TARGET = sextant-parser TARGET = sextant-parser
DESTDIR = $$PWD DESTDIR = $$PWD
OBJECTS_DIR = $$PWD/tmp/parser/ OBJECTS_DIR = $$PWD/tmp/parser/