From 46a95c311d2dfdcafc888567b10328e12692b16b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 22 May 2010 12:59:12 +0000 Subject: added 'show on all desktops' option git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1746 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/ui.pro | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/ui/ui.pro') diff --git a/src/ui/ui.pro b/src/ui/ui.pro index dcd01e573..7f070680c 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -56,7 +56,8 @@ HEADERS += mainwindow.h \ playlistselector.h \ popupwidget.h \ popupsettings.h \ - windowsystem.h + windowsystem.h \ + viewmenu.h SOURCES += mainwindow.cpp \ mp3player.cpp \ button.cpp \ @@ -107,7 +108,8 @@ SOURCES += mainwindow.cpp \ playlistselector.cpp \ popupwidget.cpp \ popupsettings.cpp \ - windowsystem.cpp + windowsystem.cpp \ + viewmenu.cpp win32:HEADERS += ../qmmp/visual.h unix { HEADERS += unixdomainsocket.h @@ -171,8 +173,7 @@ TRANSLATIONS = translations/qmmp_ru.ts \ translations/qmmp_it.ts \ translations/qmmp_lt.ts \ translations/qmmp_hu.ts - -x11{ -CONFIG += link_pkgconfig -PKGCONFIG += x11 +x11 { + CONFIG += link_pkgconfig + PKGCONFIG += x11 } -- cgit v1.2.3-13-gbd6f