diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 23:17:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 23:17:39 +0000 |
commit | ab642621166e3c606ecd49085d4bc96222dc005c (patch) | |
tree | 5dee482a517f29aba24d85606b7d493f8148851c /vectoroids | |
parent | 6c457bcef97deda4c9876d5dff5822f129f05c58 (diff) |
Add -lqpe to vectoroids link line.
BKrev: 40e5ed13EdaeaQlCnpuIpJrSf1aojQ
Diffstat (limited to 'vectoroids')
-rw-r--r-- | vectoroids/vectoroids_1.1.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index ef51d3953d..4efd6dc095 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -10,7 +10,7 @@ SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/vectoroids-${ inherit palmtop EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer \ - LIBS+=-lSDLmain LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte" + LIBS+=-lSDLmain LIBS+=-lSDL_image LIBS+=-lpthread LIBS+=-lqpe CONFIG+=qte" do_configure_prepend() { qmake -project vectoroids.pro |