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
232 B

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