mirror of
https://github.com/libAthena/athena.git
synced 2025-05-13 19:01:23 +00:00
* 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…
x
Reference in New Issue
Block a user