This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-zigbee/config.pri
2017-12-04 23:03:29 +01:00

9 lines
140 B
Plaintext

QT -= gui
QT += serialport
QMAKE_CXXFLAGS += -Werror -std=c++11
QMAKE_LFLAGS += -std=c++11
sourceDir = $$PWD
buildDir = $$shadowed($$PWD)