3.0
Last change
on this file since 67:578192d6fe64 was
67:578192d6fe64,
checked in by Sämy Zehnder <saemy.zehnder@…>, 12 years ago
|
- added synchttp
- backup before removing these diamond interfaces...
|
File size:
646 bytes
|
Line | |
---|
1 | VERSION = 2.0.0 |
---|
2 | TEMPLATE = lib |
---|
3 | CONFIG += staticlib \ |
---|
4 | thread |
---|
5 | DESTDIR = ../ |
---|
6 | TARGET = datatypes |
---|
7 | QT += core \ |
---|
8 | network |
---|
9 | LIBS += -L../ |
---|
10 | LIBS += -linterfaces \ |
---|
11 | -lutils |
---|
12 | INCLUDEPATH += app \ |
---|
13 | ../libinterfaces/src/exceptions/ \ |
---|
14 | ../libinterfaces/src/business/ \ |
---|
15 | ../libinterfaces/src/ \ |
---|
16 | ../libutils/src/ |
---|
17 | HEADERS += src/business/BCBinary.h \ |
---|
18 | src/business/BCContact.h \ |
---|
19 | src/business/BCGroup.h \ |
---|
20 | src/snumber.h \ |
---|
21 | src/sshortcut.h \ |
---|
22 | src/synchttp.h |
---|
23 | SOURCES += src/business/BCBinary.cpp \ |
---|
24 | src/business/BCContact.cpp \ |
---|
25 | src/business/BCGroup.cpp \ |
---|
26 | src/snumber.cpp \ |
---|
27 | src/sshortcut.cpp |
---|
28 | FORMS += |
---|
29 | RESOURCES += |
---|
Note: See
TracBrowser
for help on using the repository browser.