summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/tetrix.pro
authordrw <drw>2004-03-02 23:00:57 (UTC)
committer drw <drw>2004-03-02 23:00:57 (UTC)
commitb6124a8140534aa1c0fb56fa5ee314fc4b80b6a5 (patch) (unidiff)
tree9e70b351d065b2883ca83bfb3b534f9eca8eccfe /noncore/games/tetrix/tetrix.pro
parent9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (diff)
downloadopie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.zip
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.gz
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.bz2
Tetrix: libopie -> libopie2
Diffstat (limited to 'noncore/games/tetrix/tetrix.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tetrix/tetrix.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 3b95c84..4e461d8 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -12,7 +12,7 @@ SOURCES = main.cpp \
12 ohighscoredlg.cpp 12 ohighscoredlg.cpp
13INCLUDEPATH += $(OPIEDIR)/include 13INCLUDEPATH += $(OPIEDIR)/include
14 DEPENDPATH+= $(OPIEDIR)/include 14 DEPENDPATH+= $(OPIEDIR)/include
15LIBS += -lqpe -lstdc++ 15LIBS += -lqpe -lopiecore2 -lstdc++
16 INTERFACES= 16 INTERFACES=
17 TARGET = tetrix 17 TARGET = tetrix
18 18