Reorganized project to avoid the ".pro not found" by having all the

pro files in the same directory. With this change the android library
now builds properly.

This also fixes the parallel compilation problem that happened when
building using +8 cores.
This commit is contained in:
codestation
2015-03-21 14:48:25 -04:30
parent c223016725
commit 9f790dc788
106 changed files with 13921 additions and 0 deletions

50
common/common.pro Normal file
View File

@@ -0,0 +1,50 @@
include(../config.pri)
TARGET = qcma_common
QT += core network sql
TEMPLATE = lib
CONFIG += staticlib
SOURCES += \
capability.cpp \
cmaobject.cpp \
cmarootobject.cpp \
cmautils.cpp \
sforeader.cpp \
cmaclient.cpp \
cmabroadcast.cpp \
avdecoder.cpp \
cmaevent.cpp \
dds.cpp \
sqlitedb.cpp \
httpdownloader.cpp \
qlistdb.cpp \
database.cpp
HEADERS += \
capability.h \
cmaobject.h \
cmarootobject.h \
cmautils.h \
sforeader.h \
cmaclient.h \
cmabroadcast.h \
avdecoder.h \
cmaevent.h \
dds.h \
sqlitedb.h \
httpdownloader.h \
qlistdb.h \
database.h
OTHER_FILES += \
resources/xml/psp2-updatelist.xml
TRANSLATIONS += \
resources/translations/qcma_es.ts \
resources/translations/qcma_fr.ts \
resources/translations/qcma_ja.ts
RESOURCES += common.qrc translations.qrc
PKGCONFIG = libvitamtp libavformat libavcodec libavutil libswscale