We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / designer / designer.pro
1 TARGET          =  QxtDesignerPlugins
2 DEPENDPATH      += .
3 INCLUDEPATH     += . ../core ../gui
4 win32: CONFIG   += dll
5 QT               = core gui
6 QXT              = core gui
7 INCLUDEPATH     += .
8 TEMPLATE         = lib
9 MOC_DIR          = .moc
10 OBJECTS_DIR      = .obj
11 CONFIG          += designer plugin qxtbuild
12 include(../../config.pri)
13
14
15 target.path = $$[QT_INSTALL_PLUGINS]/designer
16 INSTALLS+=target
17
18
19 HEADERS += qxtcheckcomboboxplugin.h \
20            qxtdesignerplugin.h \
21            qxtdesignerplugins.h \
22            qxtgroupboxplugin.h \
23            qxtlabelplugin.h \
24            qxtlistwidgetplugin.h \
25            qxtprogresslabelplugin.h \
26            qxtpushbuttonplugin.h \
27            qxtspansliderplugin.h \
28            qxtstarsplugin.h \
29            qxtstringspinboxplugin.h \
30            qxttablewidgetplugin.h \
31            qxttreewidgetplugin.h
32
33 SOURCES += qxtcheckcomboboxplugin.cpp \
34            qxtdesignerplugin.cpp \
35            qxtdesignerplugins.cpp \
36            qxtgroupboxplugin.cpp \
37            qxtlabelplugin.cpp \
38            qxtlistwidgetplugin.cpp \
39            qxtprogresslabelplugin.cpp \
40            qxtpushbuttonplugin.cpp \
41            qxtspansliderplugin.cpp \
42            qxtstarsplugin.cpp \
43            qxtstringspinboxplugin.cpp \
44            qxttablewidgetplugin.cpp \
45            qxttreewidgetplugin.cpp
46
47 RESOURCES += resources.qrc
48
49
50 CONFIG(debug, debug|release) {
51         unix:  TARGET = $$join(TARGET,,,.debug)
52         mac:   TARGET = $$join(TARGET,,,_debug)
53         win32: TARGET = $$join(TARGET,,d)
54 }
55
56
57
58
59