mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-13 01:10:33 +08:00
more build bugfixes
This commit is contained in:
parent
00986169d5
commit
d795842477
@ -3,7 +3,5 @@ TEMPLATE = subdirs
|
|||||||
SUBDIRS += jkqtfastplotterlib \
|
SUBDIRS += jkqtfastplotterlib \
|
||||||
jkqtfastplotter_test
|
jkqtfastplotter_test
|
||||||
|
|
||||||
jkqtfastplotterlib.file = lib/jkqtfastplotterlib.pro
|
jkqtfastplotterlib.file = $$PWD/lib/jkqtfastplotterlib.pro
|
||||||
|
jkqtfastplotter_test.file = $$PWD/test/jkqtfastplotter_test/jkqtfastplotter_test_and_lib.pro
|
||||||
jkqtfastplotter_test.subdir = test/jkqtfastplotter_test
|
|
||||||
jkqtfastplotter_test.depends = jkqtfastplotterlib
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TARGET = jkqtfastplotterlib
|
TARGET = jkqtfastplotterlib
|
||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG+=staticlib
|
CONFIG+=staticlib dll
|
||||||
|
|
||||||
include(jkqtfastplotter.pri)
|
include(jkqtfastplotter.pri)
|
||||||
|
@ -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
|
@ -1,8 +1,8 @@
|
|||||||
TEMPLATE = subdirs
|
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
|
jkqtplotterlib.file = ../../lib/jkqtplotterlib.pro
|
||||||
|
|
||||||
jkqtplottest.file=$$PWD/jkqtplot_test.pro
|
|
||||||
jkqtplottest.depends = jkqtplotterlib
|
|
||||||
|
Loading…
Reference in New Issue
Block a user