mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-16 03:41:39 +00:00
Fix Windows Builds
This commit is contained in:
parent
bb2e7b989a
commit
2d9785809e
2 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,8 @@ win32 {
|
|||
exists( $$top_srcdir/../open-zwave/cpp/src/) {
|
||||
message("Found OZW in $$absolute_path($$top_srcdir/../open-zwave/cpp/src)")
|
||||
INCLUDEPATH += $$absolute_path($$top_srcdir/../open-zwave/cpp/src/)/
|
||||
INCLUDEPATH += $$absolute_path($$top_srcdir/../qt-openzwave/qt-openzwave/include/)
|
||||
INCLUDEPATH += $$absolute_path($$top_srcdir/../qt-openzwave/qt-openzwavedatabase/include/)
|
||||
equals(BUILDTYPE, "release") {
|
||||
exists( $$absolute_path($$top_srcdir/../open-zwave/cpp/build/windows/vs2010/ReleaseDLL/OpenZWave.dll ) ) {
|
||||
LIBS += -L$$absolute_path($$top_srcdir/../open-zwave/cpp/build/windows/vs2010/ReleaseDLL) -lopenzwave
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@echo off
|
||||
cd ..\open-zwave
|
||||
msbuild /p:Configuration=ReleaseDLL /p:Platform=Win32 cpp\build\windows\vs2010\OpenZWave.sln
|
||||
msbuild /p:Configuration=DebugDLL /p:Platform=Win32 cpp\build\windows\vs2010\OpenZWave.sln
|
||||
cd ..\qt-openzwave
|
||||
qmake -r -tp vc
|
||||
msbuild /p:Configuration=Release /p:Platform=Win32 qt-openzwave.sln
|
||||
|
|
Loading…
Add table
Reference in a new issue