diff --git a/blihGUI.pro b/blihGUI.pro index 903d3b2..1faa0a6 100644 --- a/blihGUI.pro +++ b/blihGUI.pro @@ -38,12 +38,4 @@ HEADERS += \ include/MainWindow.hpp \ include/RepoAddWindow.hpp \ include/RepoInfoWindow.hpp \ - include/RepoSetAclWindow.hpp - - -# Lib JSON -libJSON.target = libJSON -libJSON.commands = cp lib/json/json.hpp include/json.hpp - -PRE_TARGETDEPS += libJSON -QMAKE_EXTRA_TARGETS += libJSON \ No newline at end of file + include/RepoSetAclWindow.hpp \ No newline at end of file diff --git a/include/json.hpp b/include/json.hpp new file mode 120000 index 0000000..38b7508 --- /dev/null +++ b/include/json.hpp @@ -0,0 +1 @@ +../lib/json/json.hpp \ No newline at end of file