File: script-console.pro

package info (click to toggle)
qdjango 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,144 kB
  • sloc: cpp: 6,085; perl: 104; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
include(../../qdjango.pri)

QT += script sql

TARGET = qdjango-script-console

INCLUDEPATH += $$QDJANGO_INCLUDEPATH
LIBS += \
    -L../../src/db $$QDJANGO_DB_LIBS \
    -L../../src/script $$QDJANGO_SCRIPT_LIBS
HEADERS += ../../tests/auth-models.h
SOURCES += script-console.cpp ../../tests/auth-models.cpp