1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Added phonon_ds94.dll

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2264 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
martin 2010-12-21 18:11:35 +00:00 committed by martin
parent 14ef24a3de
commit 58152de093

View File

@ -42,6 +42,9 @@ equals(copydata, 1) {
# copy sql driver
data_copy.commands += @$(CHK_DIR_EXISTS) $$targetPath(\"$$GCS_APP_PATH/sqldrivers\") $(MKDIR) $$targetPath(\"$$GCS_APP_PATH/sqldrivers\") $$addNewline()
data_copy.commands += $(COPY_FILE) $$targetPath(\"$$[QT_INSTALL_PLUGINS]/sqldrivers/qsqlite4.dll\") $$targetPath(\"$$GCS_APP_PATH/sqldrivers/qsqlite4.dll\") $$addNewline()
# copy phonon_ds94
data_copy.commands += $(COPY_FILE) $$targetPath(\"$$[QT_INSTALL_PLUGINS]/phonon_backend/phonon_ds94.dll\") $$targetPath(\"$$GCS_APP_PATH/phonon_ds94.dll\") $$addNewline()
}
}