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=0000000000000000000000000000000000000000;hp=a5850ff813e15cf81521f53ce49b160f7bd6fc70;hb=140d8a132103d2fa9baf55036e09b165624de167;hpb=97d674034551438238c568e8b42efb08e1ba7354 diff --git a/src/contrib/libqxt-2007-10-24/src/designer/designer.pro b/src/contrib/libqxt-2007-10-24/src/designer/designer.pro deleted file mode 100644 index a5850ff8..00000000 --- a/src/contrib/libqxt-2007-10-24/src/designer/designer.pro +++ /dev/null @@ -1,59 +0,0 @@ -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) -} - - - - -