File: qdjangoscript.pro

package info (click to toggle)
qdjango 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 908 kB
  • ctags: 959
  • sloc: cpp: 8,233; python: 51; sh: 32; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
include(../../db/db.pri)

QT += script

TARGET = tst_qdjangoscript

HEADERS += ../../db/auth-models.h
SOURCES += ../../db/auth-models.cpp tst_qdjangoscript.cpp

LIBS += -L../../../src/script $$QDJANGO_SCRIPT_LIBS