Changeset 188 for smplayer/trunk/src/smplayer.pro
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/smplayer.pro
r181 r188 36 36 DEFINES += MOUSE_GESTURES 37 37 DEFINES += GLOBALSHORTCUTS 38 DEFINES += ADD_BLACKBORDERS_FS 39 DEFINES += INITIAL_BLACKBORDERS 40 DEFINES += CHROMECAST_SUPPORT 38 41 39 42 !os2 { … … 53 56 # Please don't. 54 57 55 DEFINES += SHARE_ACTIONS56 DEFINES += SHARE_WIDGET58 #DEFINES += SHARE_ACTIONS 59 #DEFINES += SHARE_WIDGET 57 60 58 61 # If Qt >= 5.4 … … 81 84 DEFINES -= BOOKMARKS 82 85 DEFINES -= TV_SUPPORT 86 DEFINES -= CHROMECAST_SUPPORT 83 87 } 84 88 … … 518 522 519 523 520 !contains(DEFINES, SHARE_ACTIONS) | !contains(DEFINES, SHARE_WIDGET) {521 message("Note to distro maintainers:")522 message("By disabling SHARE_ACTIONS or SHARE_WIDGET")523 message("you're preventing SMPlayer to receive donations and thus")524 message("SERIOUSLY HURTING THE DEVELOPMENT AND PUTTING")525 message("AT RISK THE CONTINUATION OF THIS PROJECT")526 message("Please don't.")527 }528 529 524 contains( DEFINES, SHARE_ACTIONS ) { 530 525 HEADERS += sharedialog.h … … 566 561 } 567 562 563 contains( DEFINES, CHROMECAST_SUPPORT ) { 564 HEADERS += chromecast.h 565 SOURCES += chromecast.cpp 566 } 567 568 568 unix { 569 569 UI_DIR = .ui … … 577 577 DEFINES += SHORTCUTS_PATH=$(SHORTCUTS_PATH) 578 578 #DEFINES += NO_DEBUG_ON_CONSOLE 579 580 ### PulseAudio 581 #CONFIG += link_pkgconfig 582 #PKGCONFIG += libpulse-mainloop-glib 579 583 } 580 584 … … 597 601 !contains( DEFINES, PORTABLE_APP ) { 598 602 DEFINES += USE_ASSOCIATIONS 603 } else { 604 DEFINES -= HDPI_SUPPORT 599 605 } 600 606 … … 611 617 } 612 618 619 LIBS += -ldsound -lddraw 620 613 621 RC_FILE = smplayer.rc 614 622 DEFINES += NO_DEBUG_ON_CONSOLE … … 639 647 translations/smplayer_fr.ts translations/smplayer_zh_CN.ts \ 640 648 translations/smplayer_ru_RU.ts translations/smplayer_hu.ts \ 641 translations/smplayer_en _US.ts translations/smplayer_pl.ts \649 translations/smplayer_en.ts translations/smplayer_pl.ts \ 642 650 translations/smplayer_ja.ts translations/smplayer_nl.ts \ 643 651 translations/smplayer_uk_UA.ts translations/smplayer_pt_BR.ts \ … … 646 654 translations/smplayer_sv.ts translations/smplayer_sr.ts \ 647 655 translations/smplayer_zh_TW.ts translations/smplayer_ro_RO.ts \ 648 translations/smplayer_pt.ts translations/smplayer_el _GR.ts \656 translations/smplayer_pt.ts translations/smplayer_el.ts \ 649 657 translations/smplayer_fi.ts translations/smplayer_ko.ts \ 650 658 translations/smplayer_mk.ts translations/smplayer_eu.ts \ … … 659 667 translations/smplayer_ar.ts translations/smplayer_en_GB.ts \ 660 668 translations/smplayer_sq_AL.ts translations/smplayer_am.ts \ 661 translations/smplayer_fa.ts 662 669 translations/smplayer_fa.ts translations/smplayer_en_US.ts 670
Note:
See TracChangeset
for help on using the changeset viewer.