File: protobufinterface.pro

package info (click to toggle)
qflipper 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,320 kB
  • sloc: cpp: 18,500; sh: 247; ansic: 191; xml: 38; python: 14; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT -= gui

TEMPLATE = lib
CONFIG += staticlib c++11

requires(false)

HEADERS += \
    bandinfo.h \
    guiresponseinterface.h \
    mainresponseinterface.h \
    propertyresponseinterface.h \
    protobufplugininterface.h \
    statusresponseinterface.h \
    storageresponseinterface.h \
    systemresponseinterface.h