mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
fix PWD
This commit is contained in:
parent
79a2a28694
commit
3674a01393
0
Builds/create-symlinks.sh
Normal file → Executable file
0
Builds/create-symlinks.sh
Normal file → Executable file
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
fractorium (0.9.9.3-0ubuntu1) wily; urgency=low
|
||||
|
||||
* release 0.9.9.3
|
||||
|
||||
-- Gambhiro Bhikkhu <gambhiro.bhikkhu.85@gmail.com> Tue, 19 Jan 2016 09:32:21 +0000
|
||||
|
||||
fractorium (0.9.9.2e-0ubuntu1) wily; urgency=low
|
||||
|
||||
* lib symlink fix
|
||||
|
8
main.pro
8
main.pro
@ -2,12 +2,12 @@ TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
CONFIG += autobuild
|
||||
|
||||
# message(PWD: $$(PWD))
|
||||
# message(PWD: $$PWD)
|
||||
|
||||
LOCAL_LIB_DIR = $$(PWD)/Builds/lib
|
||||
LOCAL_INCLUDE_DIR = $$(PWD)/Builds/include
|
||||
LOCAL_LIB_DIR = $$PWD/Builds/lib
|
||||
LOCAL_INCLUDE_DIR = $$PWD/Builds/include
|
||||
|
||||
unix:symlinks.commands = $$(PWD)/Builds/create-symlinks.sh \"$$LOCAL_LIB_DIR\" \"$$LOCAL_INCLUDE_DIR\"
|
||||
unix:symlinks.commands = $$PWD/Builds/create-symlinks.sh \"$$LOCAL_LIB_DIR\" \"$$LOCAL_INCLUDE_DIR\"
|
||||
|
||||
SUBDIRS += Builds/QtCreator/Ember Builds/QtCreator/EmberCL Builds/QtCreator/EmberAnimate Builds/QtCreator/EmberGenome Builds/QtCreator/EmberRender Builds/QtCreator/Fractorium
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user