mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-16 03:51:25 +00:00
update the pro files
This commit is contained in:
parent
17bfdbb59e
commit
06be7a4dc1
4 changed files with 11 additions and 12 deletions
|
@ -95,7 +95,9 @@ macx {
|
|||
|
||||
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
|
||||
CONFIG +=lib_bundle
|
||||
}
|
||||
} else {
|
||||
LIBS += -L../../open-zwave -lopenzwave
|
||||
}
|
||||
|
||||
message(" ")
|
||||
message("Summary:")
|
||||
|
|
|
@ -4,8 +4,7 @@ QT += remoteobjects
|
|||
|
||||
CONFIG += c++11 console silent
|
||||
CONFIG -= app_bundle
|
||||
|
||||
include(../qt-openzwave.pri)
|
||||
CONFIG -= silent
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
# any Qt feature that has been marked deprecated (the exact warnings
|
||||
|
@ -37,5 +36,7 @@ macx {
|
|||
ICON = res/ozw_logo.icns
|
||||
} else {
|
||||
LIBS += -L../qt-openzwave/ -lqt-openzwave
|
||||
INCLUDEPATH += ../qt-openzwave/qt-openzwave/include/
|
||||
INCLUDEPATH += ../qt-openzwave/include/
|
||||
}
|
||||
|
||||
include(../qt-openzwave.pri)
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include <QRemoteObjectNode>
|
||||
#include <QAbstractItemModelReplica>
|
||||
|
||||
#include <qt-openzwave/qtozwmanager.h>
|
||||
#include "qt-openzwave/qtozwmanager.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
||||
|
|
|
@ -4,11 +4,6 @@ QT += widgets remoteobjects testlib
|
|||
#CONFIG += silent
|
||||
DEFINES += remote
|
||||
|
||||
|
||||
include(../qt-openzwave.pri)
|
||||
|
||||
|
||||
|
||||
unix {
|
||||
QMAKE_POST_LINK += "if [ ! -e config ]; then ln -s $$OZW_LIB_PATH/config config; fi"
|
||||
}
|
||||
|
@ -44,6 +39,7 @@ macx {
|
|||
LIBS += -F../qt-openzwave/ -framework qt-openzwave
|
||||
ICON = res/ozw_logo.icns
|
||||
} else {
|
||||
LIBS += -L../qt-openzwave/ -lqt-openzwave
|
||||
INCLUDEPATH += ../qt-openzwave/qt-openzwave/include/
|
||||
LIBS += -L../qt-openzwave/ -lqt-openzwave -L../../open-zwave -lopenzwave
|
||||
INCLUDEPATH += ../qt-openzwave/include/
|
||||
}
|
||||
include(../qt-openzwave.pri)
|
||||
|
|
Loading…
Add table
Reference in a new issue