Skip to content

Commit

Permalink
Adding in gpuinfo class to .pro
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePhase committed Nov 20, 2015
1 parent d028df4 commit b1cbec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sources/AwesomeBump.pro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ HEADERS = glwidget.h \
dialogshortcuts.h \
allaboutdialog.h \
formimagebase.h \
dockwidget3dsettings.h
dockwidget3dsettings.h \
gpuinfo.h

SOURCES = glwidget.cpp \
main.cpp \
Expand All @@ -71,7 +72,8 @@ SOURCES = glwidget.cpp \
dialogshortcuts.cpp \
allaboutdialog.cpp \
formimagebase.cpp \
dockwidget3dsettings.cpp
dockwidget3dsettings.cpp \
gpuinfo.cpp


RESOURCES += content.qrc
Expand Down

0 comments on commit b1cbec3

Please sign in to comment.