X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Fsrc%2Fdesigner%2Fdesigner.pro;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Fsrc%2Fdesigner%2Fdesigner.pro;h=a5850ff813e15cf81521f53ce49b160f7bd6fc70;hp=0000000000000000000000000000000000000000;hb=a634acadbcf6017474f68a3eaf7cb632660e9e49;hpb=cd122ca8e0d2c0ffc5397e0a813c75d791a7e6e3 diff --git a/src/contrib/libqxt-2007-10-24/src/designer/designer.pro b/src/contrib/libqxt-2007-10-24/src/designer/designer.pro new file mode 100644 index 00000000..a5850ff8 --- /dev/null +++ b/src/contrib/libqxt-2007-10-24/src/designer/designer.pro @@ -0,0 +1,59 @@ +TARGET = QxtDesignerPlugins +DEPENDPATH += . +INCLUDEPATH += . ../core ../gui +win32: CONFIG += dll +QT = core gui +QXT = core gui +INCLUDEPATH += . +TEMPLATE = lib +MOC_DIR = .moc +OBJECTS_DIR = .obj +CONFIG += designer plugin qxtbuild +include(../../config.pri) + + +target.path = $$[QT_INSTALL_PLUGINS]/designer +INSTALLS+=target + + +HEADERS += qxtcheckcomboboxplugin.h \ + qxtdesignerplugin.h \ + qxtdesignerplugins.h \ + qxtgroupboxplugin.h \ + qxtlabelplugin.h \ + qxtlistwidgetplugin.h \ + qxtprogresslabelplugin.h \ + qxtpushbuttonplugin.h \ + qxtspansliderplugin.h \ + qxtstarsplugin.h \ + qxtstringspinboxplugin.h \ + qxttablewidgetplugin.h \ + qxttreewidgetplugin.h + +SOURCES += qxtcheckcomboboxplugin.cpp \ + qxtdesignerplugin.cpp \ + qxtdesignerplugins.cpp \ + qxtgroupboxplugin.cpp \ + qxtlabelplugin.cpp \ + qxtlistwidgetplugin.cpp \ + qxtprogresslabelplugin.cpp \ + qxtpushbuttonplugin.cpp \ + qxtspansliderplugin.cpp \ + qxtstarsplugin.cpp \ + qxtstringspinboxplugin.cpp \ + qxttablewidgetplugin.cpp \ + qxttreewidgetplugin.cpp + +RESOURCES += resources.qrc + + +CONFIG(debug, debug|release) { + unix: TARGET = $$join(TARGET,,,.debug) + mac: TARGET = $$join(TARGET,,,_debug) + win32: TARGET = $$join(TARGET,,d) +} + + + + +