remove unnecessary dependencies for SQL module
This commit is contained in:
@@ -79,7 +79,6 @@ set(__deps_application "QAD::Widgets")
|
|||||||
set(__deps_blockview "QAD::Widgets")
|
set(__deps_blockview "QAD::Widgets")
|
||||||
set(__deps_graphic "QAD::Widgets")
|
set(__deps_graphic "QAD::Widgets")
|
||||||
set(__deps_graphic_analysis "QAD::Graphic;PIP::FFTW")
|
set(__deps_graphic_analysis "QAD::Graphic;PIP::FFTW")
|
||||||
set(__deps_sql "QAD::Utils")
|
|
||||||
set(__deps_sql_table "QAD::Widgets")
|
set(__deps_sql_table "QAD::Widgets")
|
||||||
set(__deps_map "QAD::Utils;QAD::PIQt")
|
set(__deps_map "QAD::Utils;QAD::PIQt")
|
||||||
set(__deps_piqt "QAD::Widgets;PIP")
|
set(__deps_piqt "QAD::Widgets;PIP")
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
qad_library(sql "Gui;Widgets;Sql" "qad_utils")
|
qad_library(sql "Sql" "")
|
||||||
|
|||||||
Reference in New Issue
Block a user