]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - warehousemandeluxe.pro
Converted from Qt4 to Qt5.
[warehouse-man-deluxe] / warehousemandeluxe.pro
index 0c5c402fb32b086e37a66641c6e2436263b00d4b..f0b1d99c21897ba9b3b1ecbc3ed5aba2e3ba56c4 100644 (file)
@@ -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