create db at the right place

This commit is contained in:
Martin Brodbeck 2018-07-17 10:19:41 +02:00
parent c946bf6924
commit 5eef98074e
6 changed files with 40 additions and 22 deletions

View file

@ -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)

View file

@ -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};