File: http-server.pro

package info (click to toggle)
qdjango 0.6.2-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 908 kB
  • sloc: cpp: 7,818; sh: 32; makefile: 12; javascript: 1
file content (13 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../../qdjango.pri)

QT += network sql

TARGET = qdjango-http-server

INCLUDEPATH += ../../tests/db $$QDJANGO_INCLUDEPATH
LIBS += \
    -L../../src/db $$QDJANGO_DB_LIBS \
    -L../../src/http $$QDJANGO_HTTP_LIBS
RESOURCES += http-server.qrc
HEADERS += http-server.h ../../tests/db/auth-models.h
SOURCES += http-server.cpp ../../tests/db/auth-models.cpp