~horux-dev/horux-server-tlk/trunk

« back to all changes in this revision

Viewing changes to class/class.pro

  • Committer: Thierry Forchelet
  • Date: 2011-04-27 13:46:05 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110427134605-khvour1y5fyx68md
Add a class which allow QtScript to access some of the C++ class and object...

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CONFIG += staticlib
3
3
DEPENDPATH += .
4
4
INCLUDEPATH += .
5
 
QT += sql
 
5
QT += sql script
6
6
QT -= gui
7
7
CONFIG += qt \
8
8
    silent \
17
17
    caccesslevel.h \
18
18
    caccesstime.h \
19
19
    cnonworkingday.h \
20
 
    ctracking.h
 
20
    ctracking.h \
 
21
    cscripttoolkitproto.h
21
22
SOURCES += ckey.cpp \
22
23
    cuser.cpp \
23
24
    cdepartment.cpp \
26
27
    caccesslevel.cpp \
27
28
    caccesstime.cpp \
28
29
    cnonworkingday.cpp \
29
 
    ctracking.cpp
 
30
    ctracking.cpp \
 
31
    cscripttoolkitproto.cpp
30
32
TARGET = class
31
33
DESTDIR = ./
 
34
 
 
35
include(../qtsoap-2.7_1-opensource/src/qtsoap.pri)