]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.cpp
Qt: avoid redefine warning
[vlc] / modules / gui / qt4 / qt4.cpp
index a94e94cb3aa2115802ae829e6de0c5030a4634d3..f0d58917c9821167462fbfd9c06c2e7822e99853 100644 (file)
@@ -26,6 +26,8 @@
 # include "config.h"
 #endif
 
+#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
+
 #include <QApplication>
 #include <QDate>
 #include <QMutex>
@@ -202,8 +204,6 @@ static const char *const psz_continue_list_text[] =
     { N_("Never"), N_("Ask"), N_("Always") };
 
 
-#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
-
 /**********************************************************************/
 vlc_module_begin ()
     set_shortname( "Qt" )