Changeset 170 for smplayer/trunk/src/smplayer.pro
- Timestamp:
- Oct 9, 2014, 2:54:21 PM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 168
- Property svn:mergeinfo changed
-
smplayer/trunk/src/smplayer.pro
r165 r170 26 26 DEFINES += REMINDER_ACTIONS 27 27 #DEFINES += USE_FONTCONFIG_OPTIONS 28 !os2 { 29 DEFINES += AUTO_SHUTDOWN_PC 30 } 28 31 29 32 isEqual(QT_MAJOR_VERSION, 5) { … … 398 401 } 399 402 403 contains( 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 400 411 unix { 401 412 UI_DIR = .ui … … 413 424 win32 { 414 425 DEFINES += SCREENSAVER_OFF 415 #DEFINES += AVOID_SCREENSAVER426 DEFINES += AVOID_SCREENSAVER 416 427 #DEFINES += FONTCACHE_DIALOG 417 428 DEFINES += USE_FONTCONFIG_OPTIONS … … 452 463 os2 { 453 464 DEFINES += SCREENSAVER_OFF 465 DEFINES += AVOID_SCREENSAVER 454 466 INCLUDEPATH += . 455 467 contains( DEFINES, SCREENSAVER_OFF ) {
Note:
See TracChangeset
for help on using the changeset viewer.