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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user