Skip to content

Commit

Permalink
Do not build test with qmake pro
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 19, 2019
1 parent 5e14c0c commit 820e576
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions QField.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG += qt

TRANSLATIONS = $$files(i18n/*.ts)

SUBDIRS += 3rdparty qgsquick core app test
SUBDIRS += 3rdparty qgsquick core app

qgsquick.subdir = src/qgsquick
core.subdir = src/core
Expand All @@ -16,9 +16,6 @@ app.depends = 3rdparty
app.depends = qgsquick
app.depends = core

test.depends = qgsquick
test.depends = core

CONFIG += ordered

QML_IMPORT_PATH += src/qml/imports

0 comments on commit 820e576

Please sign in to comment.