mirror of https://github.com/libAthena/athena.git
* Removed extraneous unix specifier on target.
This commit is contained in:
parent
57213c04a9
commit
e1f4bd2367
|
@ -13,7 +13,7 @@ CONFIG(debug, debug|release){
|
||||||
|
|
||||||
CONFIG(release, release|debug){
|
CONFIG(release, release|debug){
|
||||||
DEFINES -= DEBUG
|
DEFINES -= DEBUG
|
||||||
unix:TARGET=zelda
|
TARGET=zelda
|
||||||
# We don't want the objects,
|
# We don't want the objects,
|
||||||
# in the project directory, so tell qmake
|
# in the project directory, so tell qmake
|
||||||
# where to put them
|
# where to put them
|
||||||
|
|
Loading…
Reference in New Issue