BGmot / BGShellBB10

Terminal emulator (shell) for BB10 devices
GNU General Public License v2.0
19 stars 10 forks source link

case sensitive build failure #7

Closed zlice closed 10 years ago

zlice commented 10 years ago

mymainwindow.cpp

include qtCore/Qdir

mymainwindow.h

include QtGui/QMainwindow

does not compile on Arch-64 with BBNSDK 10.2

mymainwindow.cpp

include QtCore/QDir

mymainwindow.h

include QtGui/QMainWindow

does compile, pull request did not see any difference

not sure if there's a way to scrap case/caps but thought it should just be changed here

zlice commented 10 years ago

https://github.com/BGmot/BGShellBB10/pull/8

adding other changes seemed to acknowlege case? or i did something wrong the first time

zlice commented 10 years ago

pull request was merged