diff --git a/RepRaptor.pro b/RepRaptor.pro index f801ba3..a900241 100644 --- a/RepRaptor.pro +++ b/RepRaptor.pro @@ -13,11 +13,9 @@ TARGET = RepRaptor TEMPLATE = app CONFIG += static -unix -{ +unix { #VARIABLES - isEmpty(PREFIX) - { + isEmpty(PREFIX) { PREFIX = /usr } BINDIR = $$PREFIX/bin