changed bin/lib directory path variables name
This commit is contained in:
parent
446d429d39
commit
d81feeb09c
@ -1 +1,2 @@
|
|||||||
top_srcdir=$$PWD/bin
|
bin_dir=$$PWD/bin
|
||||||
|
lib_dir=$$PWD/lib
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
@ -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
BIN
lib/libircbot.a
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user