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.

6 lines
230 B

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