GUI: Add lib to include- and dependency-directories.

This commit is contained in:
Kimmo Varis 2010-07-27 17:39:33 +03:00
parent 45a6742e3f
commit 9a9266b042
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@ TEMPLATE = app
TARGET = gui
QT += xml
CONFIG += warn_on
DEPENDPATH += .
INCLUDEPATH += .
DEPENDPATH += . \
../lib
INCLUDEPATH += . \
../lib
DESTDIR = .
RCC_DIR = temp