From 127dd88bf0289b0ead5d367ca0e4a077cc04f7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Thu, 28 Aug 2025 21:16:59 +0200 Subject: [PATCH] Remove dependency to qt libraries --- minimal.pro | 1 + sextant.pro | 1 + ts-parser.pro | 1 + 3 files changed, 3 insertions(+) diff --git a/minimal.pro b/minimal.pro index 5fce6c0..593bf58 100644 --- a/minimal.pro +++ b/minimal.pro @@ -1,4 +1,5 @@ TEMPLATE = subdirs +QT = SUBDIRS = parser \ sextant diff --git a/sextant.pro b/sextant.pro index d220ec4..b0ffced 100644 --- a/sextant.pro +++ b/sextant.pro @@ -1,5 +1,6 @@ TEMPLATE = app CONFIG += debug +QT = TARGET = sextant DESTDIR = $$PWD OBJECTS_DIR = $$PWD/tmp/sextant diff --git a/ts-parser.pro b/ts-parser.pro index e395576..3486c57 100644 --- a/ts-parser.pro +++ b/ts-parser.pro @@ -1,5 +1,6 @@ TEMPLATE = lib CONFIG += staticlib debug +QT = TARGET = sextant-parser DESTDIR = $$PWD OBJECTS_DIR = $$PWD/tmp/parser/