mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Now that the dependeny to the main window is removed from the DBBrowserDB class we can get rid of all the dialogs and widget related stuff in the cmake file used for the unit test project. Because our Application class depends on the main window, too, the code for the CSV tests is changed to use Qt's standard QApplication class.