Refactor build system.
This commit is contained in:
15
common/common.pri
Normal file
15
common/common.pri
Normal file
@@ -0,0 +1,15 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
!android {
|
||||
PKGCONFIG += libvitamtp
|
||||
}
|
||||
|
||||
!DISABLE_FFMPEG {
|
||||
PKGCONFIG += libavformat libavcodec libavutil libswscale
|
||||
}
|
||||
|
||||
unix|win32: LIBS += -L ../common/ -lqcma_common
|
||||
|
||||
win32:!win32-g++: PRE_TARGETDEPS += ../common/qcma_common.lib
|
||||
else:unix|win32-g++: PRE_TARGETDEPS += ../common/libqcma_common.a
|
||||
Reference in New Issue
Block a user