From: APTX Date: Sun, 15 May 2011 19:53:27 +0000 (+0200) Subject: Add install rules. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=d9ec195bde4c08c0285e2c13d3cbc7f4a1b4589c;p=AniAddCLI.git Add install rules. --- diff --git a/AniAddCLI.pro b/AniAddCLI.pro index bc45f0c..283ec1f 100644 --- a/AniAddCLI.pro +++ b/AniAddCLI.pro @@ -1,16 +1,17 @@ -# ------------------------------------------------- -# Project created by QtCreator 2009-08-19T13:01:04 -# ------------------------------------------------- -QT -= gui +QT = core network script CONFIG += qxt console QXT += core TARGET = aniaddcli -DESTDIR = ./build +DESTDIR = build TEMPLATE = app SOURCES += main.cpp \ aniaddcli.cpp -include(../../anidbudpclient/anidbudpclient.pri) +LIBS += -lanidbudpclient HEADERS += \ aniaddcli.h + +target.path = $${PREFIX}/bin + +INSTALLS += target