Skip to content
Snippets Groups Projects
Commit 3604b411 authored by akiraohgaki's avatar akiraohgaki
Browse files

Relative path (No $$PWD) for .pro

parent 78985a59
No related branches found
No related tags found
No related merge requests found
......@@ -13,43 +13,43 @@ QT += \
CONFIG += c++11
SOURCES += \
$${PWD}/src/app/main.cpp \
$${PWD}/src/app/handlers/xdgurl.cpp \
$${PWD}/src/libs/utils/config.cpp \
$${PWD}/src/libs/utils/network.cpp \
$${PWD}/src/libs/utils/file.cpp \
$${PWD}/src/libs/utils/json.cpp \
$${PWD}/src/libs/utils/package.cpp
src/app/main.cpp \
src/app/handlers/xdgurl.cpp \
src/libs/utils/config.cpp \
src/libs/utils/network.cpp \
src/libs/utils/file.cpp \
src/libs/utils/json.cpp \
src/libs/utils/package.cpp
HEADERS += \
$${PWD}/src/app/handlers/xdgurl.h \
$${PWD}/src/libs/utils/config.h \
$${PWD}/src/libs/utils/network.h \
$${PWD}/src/libs/utils/file.h \
$${PWD}/src/libs/utils/json.h \
$${PWD}/src/libs/utils/package.h
src/app/handlers/xdgurl.h \
src/libs/utils/config.h \
src/libs/utils/network.h \
src/libs/utils/file.h \
src/libs/utils/json.h \
src/libs/utils/package.h
RESOURCES += \
$${PWD}/src/app/configs/configs.qrc \
$${PWD}/src/app/qml/qml.qrc \
$${PWD}/src/desktop/desktop.qrc
src/app/configs/configs.qrc \
src/app/qml/qml.qrc \
src/desktop/desktop.qrc
DISTFILES += \
$${PWD}/README.md \
$${PWD}/src/desktop/xdgurl.desktop \
$${PWD}/src/desktop/appimage-desktopintegration \
$${PWD}/pkg/build.sh \
$${PWD}/pkg/ubuntu/debian/changelog \
$${PWD}/pkg/ubuntu/debian/compat \
$${PWD}/pkg/ubuntu/debian/control \
$${PWD}/pkg/ubuntu/debian/copyright \
$${PWD}/pkg/ubuntu/debian/rules \
$${PWD}/pkg/ubuntu/debian/xdgurl.install \
$${PWD}/pkg/fedora/xdgurl.spec \
$${PWD}/pkg/arch/PKGBUILD
README.md \
src/desktop/xdgurl.desktop \
src/desktop/appimage-desktopintegration \
pkg/build.sh \
pkg/ubuntu/debian/changelog \
pkg/ubuntu/debian/compat \
pkg/ubuntu/debian/control \
pkg/ubuntu/debian/copyright \
pkg/ubuntu/debian/rules \
pkg/ubuntu/debian/xdgurl.install \
pkg/fedora/xdgurl.spec \
pkg/arch/PKGBUILD
# Additional RPATH
#include($${PWD}/rpath.pri)
#include(rpath.pri)
# Deployment rules
include($${PWD}/deployment.pri)
include(deployment.pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment