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
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 (file)
index 0000000..a5850ff
--- /dev/null
@@ -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)
+}
+
+
+
+
+