We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / tests / QxtGui / app / app.pro
diff --git a/src/contrib/libqxt-2007-10-24/tests/QxtGui/app/app.pro b/src/contrib/libqxt-2007-10-24/tests/QxtGui/app/app.pro
new file mode 100644 (file)
index 0000000..125f1e6
--- /dev/null
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+CONFIG += qxt
+QXT += core gui
+
+FORMS += mainwindow.ui tab.ui
+HEADERS += mainwindow.h tab.h
+SOURCES += main.cpp mainwindow.cpp tab.cpp
+RESOURCES += app.qrc