diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-22 12:59:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-22 12:59:12 +0000 |
| commit | 46a95c311d2dfdcafc888567b10328e12692b16b (patch) | |
| tree | 4154ffc33bf78779e54a00cee0ad47e22d8c1462 /src/ui/ui.pro | |
| parent | b394abc7fa0bd8cd6cd342c2ef9f0cb3a2aace1c (diff) | |
| download | qmmp-46a95c311d2dfdcafc888567b10328e12692b16b.tar.gz qmmp-46a95c311d2dfdcafc888567b10328e12692b16b.tar.bz2 qmmp-46a95c311d2dfdcafc888567b10328e12692b16b.zip | |
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
Diffstat (limited to 'src/ui/ui.pro')
| -rw-r--r-- | src/ui/ui.pro | 13 |
1 files changed, 7 insertions, 6 deletions
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 } |
