source: smplayer/vendor/current/src/qtsingleapplication/qtsingleapplication.pri@ 127

Last change on this file since 127 was 127, checked in by Silvan Scherrer, 14 years ago

SMPlayer: update to latest svn

File size: 536 bytes
Line 
1include(../common.pri)
2INCLUDEPATH += $$PWD
3DEPENDPATH += $$PWD
4QT *= network
5
6qtsingleapplication-uselib:!qtsingleapplication-buildlib {
7 LIBS += -L$$QTSINGLEAPPLICATION_LIBDIR -l$$QTSINGLEAPPLICATION_LIBNAME
8} else {
9 SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp
10 HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h
11}
12
13win32 {
14 contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES += QT_QTSINGLEAPPLICATION_EXPORT
15 else:qtsingleapplication-uselib:DEFINES += QT_QTSINGLEAPPLICATION_IMPORT
16}
Note: See TracBrowser for help on using the repository browser.