You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

5 lines
230 B

HEADERS = magnetize.h
SOURCES = magnetize.cpp
LIBS += `pkg-config --libs libtorrent-rasterbar` -lboost_system
QMAKE_CFLAGS += `pkg-config --cflags libtorrent-rasterbar`
QMAKE_CXXFLAGS += `pkg-config --cflags libtorrent-rasterbar`