Ignore:
Timestamp:
Oct 9, 2014, 2:54:21 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: updated trunk to 14.9.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/smplayer.pro

    r165 r170  
    2626DEFINES += REMINDER_ACTIONS
    2727#DEFINES += USE_FONTCONFIG_OPTIONS
     28!os2 {
     29DEFINES += AUTO_SHUTDOWN_PC
     30}
    2831
    2932isEqual(QT_MAJOR_VERSION, 5) {
     
    398401}
    399402
     403contains( DEFINES, AUTO_SHUTDOWN_PC ) {
     404        HEADERS += shutdowndialog.h shutdown.h
     405        SOURCES += shutdowndialog.cpp shutdown.cpp
     406        FORMS += shutdowndialog.ui
     407
     408        unix { QT += dbus }
     409}
     410
    400411unix {
    401412        UI_DIR = .ui
     
    413424win32 {
    414425        DEFINES += SCREENSAVER_OFF
    415         #DEFINES += AVOID_SCREENSAVER
     426        DEFINES += AVOID_SCREENSAVER
    416427        #DEFINES += FONTCACHE_DIALOG
    417428        DEFINES += USE_FONTCONFIG_OPTIONS
     
    452463os2 {
    453464        DEFINES += SCREENSAVER_OFF
     465        DEFINES += AVOID_SCREENSAVER
    454466        INCLUDEPATH += .
    455467        contains( DEFINES, SCREENSAVER_OFF ) {
Note: See TracChangeset for help on using the changeset viewer.