From e5ac7df7b968dd219f0ca8bca640ac650afbc1de Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 6 Sep 2023 17:13:26 +0200 Subject: [PATCH] qmake removed duplicate QT *= core sql --- examples/tom/tom.pro | 1 - tests/testdata_tom/testdata_tom.pro | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/tom/tom.pro b/examples/tom/tom.pro index 71ef78310..646cb5637 100644 --- a/examples/tom/tom.pro +++ b/examples/tom/tom.pro @@ -1,4 +1,3 @@ -QT *= core sql QT -= gui TEMPLATE = app diff --git a/tests/testdata_tom/testdata_tom.pro b/tests/testdata_tom/testdata_tom.pro index 1c14afa5f..5272a5597 100644 --- a/tests/testdata_tom/testdata_tom.pro +++ b/tests/testdata_tom/testdata_tom.pro @@ -1,4 +1,3 @@ -QT *= core sql QT -= gui TEMPLATE = app