1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

Use qtsparkle-qt5 when building with Qt5

This commit is contained in:
Dominik Schmidt
2015-01-28 20:25:31 +01:00
parent c4c4ab6681
commit 9b2a3f65d4
2 changed files with 13 additions and 3 deletions

View File

@@ -89,7 +89,11 @@
#if defined( Q_OS_WIN )
#if defined ( WITH_QtSparkle )
#include <qtsparkle/Updater>
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
#include <qtsparkle/Updater>
#else
#include <qtsparkle-qt5/Updater>
#endif
#endif
#include <shellapi.h>
#if QT_VERSION < QT_VERSION_CHECK(5,2,0)