create db at the right place
This commit is contained in:
parent
c946bf6924
commit
5eef98074e
6 changed files with 40 additions and 22 deletions
|
@ -18,4 +18,4 @@ set(GUI_SOURCES
|
|||
)
|
||||
|
||||
add_executable(kima2 ${GUI_SOURCES})
|
||||
target_link_libraries(kima2 core Qt5::Widgets)
|
||||
target_link_libraries(kima2 core Qt5::Widgets stdc++fs)
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
#include "mainwindow.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
//Q_INIT_RESOURCE(application);
|
||||
// Q_INIT_RESOURCE(application);
|
||||
|
||||
QApplication kimaApp{argc, argv};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue