Skip to content

Commit 92c7fa0

Browse files
committed
cardtable working...
1 parent 1c8c875 commit 92c7fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/boxes/boxes.pro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
include (../../common.pri)
2-
1+
include (../../libs/common.pri)
2+
QT += widgets
33
TEMPLATE = app
4-
LIBS += -lcards2 -L$$(CPPLIBS)
5-
INCLUDEPATH += $$(CPPLIBS)/cards2
4+
LIBS += -lcards2 -L$$CPPLIBS
5+
INCLUDEPATH += ../../libs/cards2
66

77
# Input
88
HEADERS += cardtable.h

0 commit comments

Comments
 (0)