mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-16 03:41:39 +00:00
Link in openzwavedatabase
This commit is contained in:
parent
1e9d170b6e
commit
f0e48bacdf
2 changed files with 4 additions and 1 deletions
|
@ -107,7 +107,7 @@ unix {
|
|||
QTOZW_LIBS="-L$$QTOZW_LIB_PATH"
|
||||
QTOZW_LIBS+="-lqt-openzwave"
|
||||
QTOZW_LIBS+="-L$$absolute_path($$QTOZW_LIB_PATH/../qt-openzwavedatabase/)"
|
||||
QTZOW_LIBS+="-lqt-openzwavedatabase"
|
||||
QTOZW_LIBS+="-lqt-openzwavedatabase"
|
||||
message(" ")
|
||||
message("QT-OpenZWave Summary:")
|
||||
message(" QT-OpenZWave Library Path: $$QTOZW_LIB_PATH")
|
||||
|
|
|
@ -198,6 +198,9 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||
QFileInfo directory(dir);
|
||||
qDebug() << directory.absoluteFilePath();
|
||||
if (directory.exists()) {
|
||||
QStringList dirs;
|
||||
dirs << directory.absoluteFilePath().append("/");
|
||||
initConfigDatabase(dirs);
|
||||
#if 0
|
||||
#ifndef _WIN32
|
||||
copyConfigDatabase(directory.absoluteFilePath().append("/"));
|
||||
|
|
Loading…
Add table
Reference in a new issue