File: common.pri

package info (click to toggle)
libkode 0.0~git20241211.68f9908-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: cpp: 6,612; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += network

HEADERS += \
  $$PWD/fileprovider.h \
  $$PWD/messagehandler.h \
  $$PWD/nsmanager.h \
  $$PWD/parsercontext.h \
  $$PWD/qname.h

SOURCES += \
  $$PWD/fileprovider.cpp \
  $$PWD/messagehandler.cpp \
  $$PWD/nsmanager.cpp \
  $$PWD/parsercontext.cpp \
  $$PWD/qname.cpp