Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / core / core.pro
1 TARGET = QxtCore
2 DESTDIR = ../../deploy/libs/
3 DEPENDPATH += .
4 INCLUDEPATH += .
5 DEFINES += BUILD_QXT_CORE
6 win32: CONFIG += dll
7 QT = core
8 INCLUDEPATH += .
9 TEMPLATE = lib
10 MOC_DIR = .moc
11 OBJECTS_DIR = .obj
12 CONFIG += qxtbuild  convenience
13 include(../../config.pri)
14
15
16 HEADERS += qxtcsvmodel.h \
17            qxterror.h \
18            qxtglobal.h \
19            qxthypermacros.h \
20            qxtmetaobject.h \
21            qxtmetatype.h \
22            qxtnamespace.h \
23            qxtnull.h \
24            qxtnullable.h \
25            qxtpairList.h \
26            qxtpimpl.h \
27            qxtsemaphore.h \
28            qxtsignalwaiter.h \
29            qxttuple.h \
30            qxttuplelist.h \
31            qxttypelist.h \
32            qxtfifo.h \
33            qxtstdio.h \
34            qxtfilelock_p.h\
35            qxtfilelock.h\
36            qxtboundfunction.h \
37            qxtboundfunctionbase.h \
38            qxtboundcfunction.h \
39            qxtstdstreambufdevice.h \
40            qxtjob.h \
41            qxtjob_p.h \
42            qxtslotjob.h \
43            qxtslotjob_p.h \
44            qxtpipe.h
45
46 SOURCES += qxtcsvmodel.cpp \
47            qxterror.cpp \
48            qxtmetaobject.cpp \
49            qxtsemaphore.cpp \
50            qxtsignalwaiter.cpp \
51            qxtfifo.cpp \
52            qxtstdio.cpp\
53            qxtfilelock.cpp \
54            qxtnull.cpp \
55            qxtstdstreambufdevice.cpp \
56            qxtjob.cpp \
57            qxtslotjob.cpp \
58            qxtpipe.cpp
59
60 unix:  SOURCES += qxtfilelock_unix.cpp
61 win32: SOURCES += qxtfilelock_win.cpp