changed bin/lib directory path variables name

This commit is contained in:
Anselme 2015-06-02 23:07:17 +02:00
parent 446d429d39
commit d81feeb09c
5 changed files with 5 additions and 6 deletions

View File

@ -1 +1,2 @@
top_srcdir=$$PWD/bin bin_dir=$$PWD/bin
lib_dir=$$PWD/lib

View File

@ -1,7 +1,5 @@
QT += core gui network widgets QT += core gui network widgets
BIN = bin
TEMPLATE = subdirs TEMPLATE = subdirs
CONFIG += ordered c++11 CONFIG += ordered c++11
SUBDIRS = ircbot \ SUBDIRS = ircbot \

View File

@ -1,12 +1,12 @@
QT += core gui network widgets QT += core gui network widgets
DESTDIR = $$top_srcdir DESTDIR = $$bin_dir
TARGET = SparrowBot TARGET = SparrowBot
TEMPLATE = app TEMPLATE = app
CONFIG += c++11 CONFIG += c++11
LIBS += $$top_srcdir/libircbot.a LIBS += $$lib_dir/libircbot.a
INCLUDEPATH += ../ircbot INCLUDEPATH += ../ircbot
SOURCES = main.cpp \ SOURCES = main.cpp \

View File

@ -1,6 +1,6 @@
QT += core gui network widgets QT += core gui network widgets
DESTDIR = $$top_srcdir DESTDIR = $$lib_dir
TARGET = ircbot TARGET = ircbot

BIN
lib/libircbot.a Normal file

Binary file not shown.