X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=warehousemandeluxe.pro;h=f0b1d99c21897ba9b3b1ecbc3ed5aba2e3ba56c4;hb=83e7f7102a7d36ff5a3b1b6255d681b9644b6c65;hp=0c5c402fb32b086e37a66641c6e2436263b00d4b;hpb=6f13016fe0742df2abfbf4ee08b3a0f27211a993;p=warehouse-man-deluxe diff --git a/warehousemandeluxe.pro b/warehousemandeluxe.pro index 0c5c402..f0b1d99 100644 --- a/warehousemandeluxe.pro +++ b/warehousemandeluxe.pro @@ -4,6 +4,7 @@ CONFIG += qt warn_on release debug RESOURCES += res/resources.qrc #LIBS += -Ldxflib/lib -ldxf #LIBS += -lao +QT += widgets # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-) OBJECTS_DIR = obj @@ -18,20 +19,20 @@ DEPENDPATH = \ src HEADERS = \ - app.h \ - boards.h \ - editorwidget.h \ - editorwindow.h \ - gameboard.h \ - gamewidget.h \ - mainwin.h + src/app.h \ + src/boards.h \ + src/editorwidget.h \ + src/editorwindow.h \ + src/gameboard.h \ + src/gamewidget.h \ + src/mainwin.h SOURCES = \ - app.cpp \ - boards.cpp \ - editorwidget.cpp \ - editorwindow.cpp \ - gameboard.cpp \ - gamewidget.cpp \ - mainwin.cpp + src/app.cpp \ + src/boards.cpp \ + src/editorwidget.cpp \ + src/editorwindow.cpp \ + src/gameboard.cpp \ + src/gamewidget.cpp \ + src/mainwin.cpp