Changeset 137 for smplayer/vendor/current/src/smplayer.pro
- Timestamp:
- Dec 3, 2012, 5:29:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/smplayer.pro
r133 r137 18 18 DEFINES += VIDEOPREVIEW 19 19 DEFINES += YOUTUBE_SUPPORT 20 DEFINES += TOOLBAR_EDITOR21 20 DEFINES += GUI_CHANGE_ON_RUNTIME 22 21 DEFINES += LOG_MPLAYER 23 22 DEFINES += LOG_SMPLAYER 23 DEFINES += SKINS 24 24 25 25 # Disable SINGLE_INSTANCE if Qt < 4.4 … … 28 28 message("SINGLE_INSTANCE requires Qt > 4.3. Disabled.") 29 29 DEFINES -= SINGLE_INSTANCE 30 } 31 } 32 33 # Disable SKINS if Qt < 4.4 34 contains( DEFINES, SKINS ) { 35 contains(QT_VERSION, ^4\\.[0-3]\\..*) { 36 message("SKINS requires Qt > 4.3. Disabled.") 37 DEFINES -= SKINS 30 38 } 31 39 } … … 300 308 } 301 309 310 # Skins support 311 contains( DEFINES, SKINS ) { 312 INCLUDEPATH += skingui 313 DEPENDPATH += skingui 314 315 HEADERS += myicon.h mybutton.h panelseeker.h playcontrol.h \ 316 mediapanel.h volumecontrolpanel.h mediabarpanel.h \ 317 qpropertysetter.h actiontools.h skingui.h 318 SOURCES += myicon.cpp mybutton.cpp panelseeker.cpp playcontrol.cpp \ 319 mediapanel.cpp volumecontrolpanel.cpp mediabarpanel.cpp \ 320 qpropertysetter.cpp actiontools.cpp skingui.cpp 321 FORMS += mediapanel.ui mediabarpanel.ui 322 } 323 302 324 # Videopreview 303 325 contains( DEFINES, VIDEOPREVIEW ) { … … 326 348 win32 { 327 349 DEFINES += SCREENSAVER_OFF 350 DEFINES += FONTCACHE_DIALOG 351 328 352 contains( DEFINES, SCREENSAVER_OFF ) { 329 353 HEADERS += screensaver.h 330 354 SOURCES += screensaver.cpp 355 } 356 357 contains( DEFINES, FONTCACHE_DIALOG ) { 358 HEADERS += fontcache.h 359 SOURCES += fontcache.cpp 331 360 } 332 361 … … 349 378 RC_FILE = smplayer.rc 350 379 DEFINES += NO_DEBUG_ON_CONSOLE 351 #debug {352 #CONFIG += console353 #}380 #debug { 381 # CONFIG += console 382 #} 354 383 } 355 384
Note:
See TracChangeset
for help on using the changeset viewer.