removed redundant linker argument
This commit is contained in:
		
							parent
							
								
									021d89c065
								
							
						
					
					
						commit
						64aad25069
					
				@ -87,7 +87,7 @@ HEADERS  += lobby.h \
 | 
				
			|||||||
#    in the same way as BASS. Discord RPC uses CMake, which does not play nicely with
 | 
					#    in the same way as BASS. Discord RPC uses CMake, which does not play nicely with
 | 
				
			||||||
#    QMake, so this step must be manual.
 | 
					#    QMake, so this step must be manual.
 | 
				
			||||||
unix:LIBS += -L$$PWD -lbass -ldiscord-rpc
 | 
					unix:LIBS += -L$$PWD -lbass -ldiscord-rpc
 | 
				
			||||||
win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc -L$$PWD
 | 
					win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc
 | 
				
			||||||
android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
 | 
					android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CONFIG += c++11
 | 
					CONFIG += c++11
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user