mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-03-13 15:21:36 -04:00
unix and macx scoping
This commit is contained in:
parent
06d4c95975
commit
08428d155c
@ -4,9 +4,13 @@ VERSION = 0.9.9.2
|
|||||||
# - $$(PWD) is ./Builds/QtCreator/
|
# - $$(PWD) is ./Builds/QtCreator/
|
||||||
# - $(PWD) is the project folder, e.g. ./Builds/QtCreator/Ember/
|
# - $(PWD) is the project folder, e.g. ./Builds/QtCreator/Ember/
|
||||||
|
|
||||||
LIB_INSTALL_DIR = /usr/lib
|
# TODO: win32 install dirs?
|
||||||
BIN_INSTALL_DIR = /usr/bin
|
|
||||||
SHARE_INSTALL_DIR = /usr/share/fractorium
|
unix|macx {
|
||||||
|
LIB_INSTALL_DIR = /usr/lib
|
||||||
|
BIN_INSTALL_DIR = /usr/bin
|
||||||
|
SHARE_INSTALL_DIR = /usr/share/fractorium
|
||||||
|
}
|
||||||
|
|
||||||
CONFIG(release, debug|release) {
|
CONFIG(release, debug|release) {
|
||||||
CONFIG += warn_off
|
CONFIG += warn_off
|
||||||
|
Loading…
Reference in New Issue
Block a user