mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
fixed wrong commit with copy-pasted code
This commit is contained in:
parent
d5627d4b22
commit
8a07f2c8c4
2 changed files with 0 additions and 8 deletions
|
@ -15,10 +15,6 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License #
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
################################################################################
|
################################################################################
|
||||||
DEPENDPATH *= $$system_path($$clean_path($$PWD/../../libresapi/src))
|
|
||||||
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../libresapi/src))
|
|
||||||
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../libresapi/src/lib/)) -lresapi
|
|
||||||
|
|
||||||
DEPENDPATH *= $$system_path($$clean_path($${PWD}/../../libretroshare/src/))
|
DEPENDPATH *= $$system_path($$clean_path($${PWD}/../../libretroshare/src/))
|
||||||
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../libretroshare/src))
|
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../libretroshare/src))
|
||||||
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../libretroshare/src/lib/)) -lretroshare
|
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../libretroshare/src/lib/)) -lretroshare
|
||||||
|
|
|
@ -15,10 +15,6 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License #
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
||||||
################################################################################
|
################################################################################
|
||||||
DEPENDPATH *= $$system_path($$clean_path($$PWD/../../libresapi/src))
|
|
||||||
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../libresapi/src))
|
|
||||||
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../libresapi/src/lib/)) -lresapi
|
|
||||||
|
|
||||||
DEPENDPATH *= $$system_path($$clean_path($${PWD}/../../openpgpsdk/src))
|
DEPENDPATH *= $$system_path($$clean_path($${PWD}/../../openpgpsdk/src))
|
||||||
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../openpgpsdk/src))
|
INCLUDEPATH *= $$system_path($$clean_path($${PWD}/../../openpgpsdk/src))
|
||||||
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../openpgpsdk/src/lib/)) -lops
|
LIBS *= -L$$system_path($$clean_path($${OUT_PWD}/../../openpgpsdk/src/lib/)) -lops
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue