GUI: Add lib to include- and dependency-directories.
This commit is contained in:
parent
45a6742e3f
commit
9a9266b042
|
@ -2,8 +2,10 @@ TEMPLATE = app
|
|||
TARGET = gui
|
||||
QT += xml
|
||||
CONFIG += warn_on
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
DEPENDPATH += . \
|
||||
../lib
|
||||
INCLUDEPATH += . \
|
||||
../lib
|
||||
|
||||
DESTDIR = .
|
||||
RCC_DIR = temp
|
||||
|
|
Loading…
Reference in New Issue