diff options
Diffstat (limited to 'quackleio/iotest/iotest.pro')
-rw-r--r-- | quackleio/iotest/iotest.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/quackleio/iotest/iotest.pro b/quackleio/iotest/iotest.pro index 86d32a3..a1e3670 100644 --- a/quackleio/iotest/iotest.pro +++ b/quackleio/iotest/iotest.pro @@ -4,18 +4,20 @@ INCLUDEPATH += . .. ../.. # enable/disable debug symbols #CONFIG += debug +CONFIG += release debug { OBJECTS_DIR = obj/debug - win32 { LIBS += -L../debug -L../../debug } } release { OBJECTS_DIR = obj/release - win32 { LIBS += -L../release -L../../release } } -LIBS += -L.. -L../.. -lquackle -lquackleio +LIBS += -lquackle -lquackleio + +QMAKE_LFLAGS_RELEASE += -L../../lib/release -L../../quackleio/lib/release +QMAKE_LFLAGS_DEBUG += -L../../lib/debug -L../../quackleio/lib/debug # Input HEADERS += trademarkedboards.h |