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 / gui / gui.pro
1 TARGET           = QxtGui
2 DESTDIR          = ../../deploy/libs/
3 DEPENDPATH      += .
4 INCLUDEPATH     += . ../core
5 DEFINES         += BUILD_QXT_GUI
6 win32: CONFIG   += dll
7 QT               = core gui
8 QXT              = core
9 INCLUDEPATH     += .
10 TEMPLATE         = lib
11 MOC_DIR          = .moc
12 OBJECTS_DIR      = .obj
13 CONFIG          += qxtbuild convenience
14 win32:LIBS      += -luser32
15 include(../../config.pri)
16
17 HEADERS += qxtapplication.h \
18            qxtapplication_p.h \
19            qxtcheckcombobox.h \
20            qxtcheckcombobox_p.h \
21            qxtconfigdialog.h \
22            qxtconfigdialog_p.h \
23            qxtconfirmationmessage.h \
24            qxtdesktopwidget.h \
25            qxtdockwidget.h \
26            qxtgui.h \
27            qxtgroupbox.h \
28            qxtheaderview.h \
29            qxtitemdelegate.h \
30            qxtitemdelegate_p.h \
31            qxtlabel.h \
32            qxtlistwidget.h \
33            qxtlistwidget_p.h \
34            qxtlistwidgetitem.h \
35            qxtnativeeventfilter.h \
36            qxtprogresslabel.h \
37            qxtproxystyle.h \
38            qxtpushbutton.h \
39            qxtspanslider.h \
40            qxtspanslider_p.h \
41            qxtstars.h \
42            qxtstringspinbox.h \
43            qxttablewidget.h \
44            qxttablewidget_p.h \
45            qxttablewidgetitem.h \
46            qxttabwidget.h \
47            qxttooltip.h \
48            qxttooltip_p.h \
49            qxttreewidget.h \
50            qxttreewidget_p.h \
51            qxttreewidgetitem.h\
52            qxtstringvalidator.h\
53            qxtstringvalidator_p.h
54
55 SOURCES += qxtapplication.cpp \
56            qxtcheckcombobox.cpp \
57            qxtconfigdialog.cpp \
58            qxtconfirmationmessage.cpp \
59            qxtdesktopwidget.cpp \
60            qxtdockwidget.cpp \
61            qxtgroupbox.cpp \
62            qxtheaderview.cpp \
63            qxtitemdelegate.cpp \
64            qxtlabel.cpp \
65            qxtlistwidget.cpp \
66            qxtlistwidgetitem.cpp \
67            qxtprogresslabel.cpp \
68            qxtproxystyle.cpp \
69            qxtpushbutton.cpp \
70            qxtspanslider.cpp \
71            qxtstars.cpp \
72            qxtstringspinbox.cpp \
73            qxttablewidget.cpp \
74            qxttablewidgetitem.cpp \
75            qxttabwidget.cpp \
76            qxttooltip.cpp \
77            qxttreewidget.cpp \
78            qxttreewidgetitem.cpp\
79            qxtstringvalidator.cpp
80
81 unix:!macx:  SOURCES += qxtdesktopwidget_x11.cpp   qxtapplication_x11.cpp
82 macx {
83        SOURCES += qxtapplication_mac.cpp
84        SOURCES -= qxtdesktopwidget.cpp
85        HEADERS -= qxtdesktopwidget.h
86 }
87 win32: SOURCES += qxtdesktopwidget_win.cpp   qxtapplication_win.cpp