more build bugfixes

This commit is contained in:
Jan W. Krieger 2018-12-28 13:54:17 +01:00
parent 00986169d5
commit d795842477
4 changed files with 15 additions and 9 deletions

View File

@ -3,7 +3,5 @@ TEMPLATE = subdirs
SUBDIRS += jkqtfastplotterlib \
jkqtfastplotter_test
jkqtfastplotterlib.file = lib/jkqtfastplotterlib.pro
jkqtfastplotter_test.subdir = test/jkqtfastplotter_test
jkqtfastplotter_test.depends = jkqtfastplotterlib
jkqtfastplotterlib.file = $$PWD/lib/jkqtfastplotterlib.pro
jkqtfastplotter_test.file = $$PWD/test/jkqtfastplotter_test/jkqtfastplotter_test_and_lib.pro

View File

@ -1,6 +1,6 @@
TARGET = jkqtfastplotterlib
TEMPLATE = lib
CONFIG+=staticlib
CONFIG+=staticlib dll
include(jkqtfastplotter.pri)

View File

@ -0,0 +1,8 @@
TEMPLATE = subdirs
SUBDIRS += jkqtfastplotterlib jkqtfastplotter_test
jkqtfastplotterlib.file = ../../lib/jkqtfastplotterlib.pro
jkqtfastplotter_test.file=$$PWD/jkqtfastplotter_test.pro
jkqtfastplotter_test.depends = jkqtfastplotterlib

View File

@ -1,8 +1,8 @@
TEMPLATE = subdirs
SUBDIRS += jkqtplotterlib jkqtplottest
SUBDIRS += jkqtplot_test jkqtplotterlib
jkqtplot_test.file=$$PWD/jkqtplot_test.pro
jkqtplot_test.depends = jkqtplotterlib
jkqtplotterlib.file = ../../lib/jkqtplotterlib.pro
jkqtplottest.file=$$PWD/jkqtplot_test.pro
jkqtplottest.depends = jkqtplotterlib