diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-09-26 08:51:45 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-09-26 15:55:42 (GMT) |
commit | 60e4ab9985c04acd399265d793d250a1b24e3412 (patch) | |
tree | baa80a3f5bfda6888e3c6ad5d5cb51888cbf0c11 /Swift/QtUI/Swift.pro | |
parent | a3b7b09d8cd0395768bfbddae444e2178b765a0b (diff) | |
download | swift-contrib-60e4ab9985c04acd399265d793d250a1b24e3412.zip swift-contrib-60e4ab9985c04acd399265d793d250a1b24e3412.tar.bz2 |
Removing obsolete qmake files.
Diffstat (limited to 'Swift/QtUI/Swift.pro')
-rw-r--r-- | Swift/QtUI/Swift.pro | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/Swift/QtUI/Swift.pro b/Swift/QtUI/Swift.pro deleted file mode 100644 index 7c36c07..0000000 --- a/Swift/QtUI/Swift.pro +++ /dev/null @@ -1,98 +0,0 @@ -TEMPLATE = app -QT += webkit phonon -CONFIG += debug -unix:!mac { - TARGET = swift -} -else { - TARGET = Swift -} - -DEPENDPATH += . ../.. ../../3rdParty/Boost -INCLUDEPATH += . ../.. ../../3rdParty/Boost -exists(config.pri) { - LIBS += ../Controllers/Controllers.a ../../Swiften/Swiften.a - include(config.pri) -} -else { - # Legacy build type - HAVE_EXPAT=yes - USE_BUNDLED_EXPAT=yes - DEFINES += HAVE_EXPAT - - HAVE_OPENSSL=yes - DEFINES += HAVE_OPENSSL - INCLUDEPATH += C:/OpenSSL/include - LIBS += -LC:/OpenSSL/lib/VC -llibeay32MT -lssleay32MT - LIBS += -ldnsapi -lws2_32 -lwsock32 - - include(Swiften.pri) -} - -win32 { - CONFIG += console -} - -# Resources -win32 { - RC_FILE = ../resources/Windows/Swift.rc -} -mac { - ICON = ../resources/MacOSX/Swift.icns -} - -DEFINES += BOOST_SIGNALS_NAMESPACE=bsignals BOOST_ALL_NO_LIB - -HEADERS += \ - QtChatWindow.h \ - QtChatWindowFactory.h \ - QtJoinMUCDialog.h \ - QtLoginWindow.h \ - QtLoginWindowFactory.h \ - QtMainEventLoop.h \ - QtMainWindow.h \ - QtMainWindowFactory.h \ - QtSettingsProvider.h \ - QtStatusWidget.h \ - QtSwift.h \ - QtChatView.h \ - QtChatTabs.h \ - QtSoundPlayer.h \ - QtSystemTray.h \ - QtTabbable.h \ - ChatSnippet.h \ - MessageSnippet.h \ - SystemMessageSnippet.h - -SOURCES += \ - main.cpp \ - QtChatWindow.cpp \ - QtChatWindowFactory.cpp \ - QtJoinMUCDialog.cpp \ - QtLoginWindow.cpp \ - QtLoginWindowFactory.cpp \ - QtMainWindow.cpp \ - QtMainWindowFactory.cpp \ - QtSettingsProvider.cpp \ - QtStatusWidget.cpp \ - QtSwift.cpp \ - QtChatView.cpp \ - QtChatTabs.cpp \ - QtSoundPlayer.cpp \ - QtSystemTray.cpp \ - QtTabbable.cpp \ - ChatSnippet.cpp \ - MessageSnippet.cpp \ - SystemMessageSnippet.cpp - -FORMS += QtJoinMUCDialog.ui - -include(Roster/Roster.pri) - -RESOURCES += Swift.qrc DefaultTheme.qrc - -win32 { - DefaultThemeQRC.target = DefaultTheme.qrc - DefaultThemeQRC.commands = ..\..\tools\ThemeQRC.py ../resources/themes/Default > DefaultTheme.qrc - QMAKE_EXTRA_TARGETS = DefaultThemeQRC -} |