mirror of https://github.com/nymea/nymea.git
on raspberry pi still a cross compiler error
parent
85b11eb80f
commit
d9014bcb8f
|
|
@ -1,5 +1,4 @@
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG = ordered
|
CONFIG = ordered
|
||||||
|
|
||||||
SUBDIRS += libhive server \
|
SUBDIRS += libhive server
|
||||||
client/hive_client
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT += network declarative
|
QT += core network
|
||||||
|
|
||||||
TARGET = libhive
|
TARGET = libhive
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
|
||||||
|
|
@ -5,15 +5,14 @@
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT += core network
|
QT += core network
|
||||||
|
|
||||||
QT -= gui
|
QT -= gui
|
||||||
|
|
||||||
TARGET = hive_pi
|
TARGET = hive
|
||||||
|
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|
||||||
target.path = /usr/bin
|
target.path = /root/bin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -23,10 +22,10 @@ TEMPLATE = app
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
hivecore.cpp
|
hivecore.cpp
|
||||||
|
|
||||||
unix:!macx: LIBS += -L$$OUT_PWD/../../libhive/ -llibhive
|
HEADERS += \
|
||||||
|
hivecore.h
|
||||||
|
|
||||||
|
LIBS += -L$$OUT_PWD/../../libhive/ -llibhive
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/../../libhive
|
INCLUDEPATH += $$PWD/../../libhive
|
||||||
DEPENDPATH += $$PWD/../../libhive
|
DEPENDPATH += $$PWD/../../libhive
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
hivecore.h
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue