Skip to content

Commit

Permalink
Added missing QT libs to .pro files
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonRaNet committed Jan 6, 2024
1 parent 0d317d6 commit 8479976
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/10000/10000.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-10000
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/background/background.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-background
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/basic/basic.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-basic
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/camera-actions/camera-actions.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-camera-actions
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/custom-tiles/custom-tiles.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-custom-tiles
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/debug/debug.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-debug
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/flags/flags.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-flags
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/fun/fun.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-fun
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/layers/layers.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-layers
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/mouse-actions/mouse-actions.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-mouse-actions
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/moving-objects/moving-objects.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-moving-objects
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/performance/performance.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-performance
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down
2 changes: 2 additions & 0 deletions samples/shared/shared.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TARGET = qgeoview-samples-shared
TEMPLATE = lib

QT += gui widgets network

include(../../lib/lib.pri)

LIBS += -L$$OUT_PWD/../../lib -lqgeoview
Expand Down
2 changes: 2 additions & 0 deletions samples/widgets/widgets.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TARGET = qgeoview-samples-widgets
TEMPLATE = app
CONFIG-= console

QT += gui widgets network

include(../../lib/lib.pri)
include(../shared/shared.pri)

Expand Down

0 comments on commit 8479976

Please sign in to comment.