Skip to content

Commit

Permalink
remove absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
MizPlusPlus committed May 4, 2018
1 parent 2e0286d commit 4d4cfc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OSCWidgets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
69FD62221CB370F0006A81D8 /* LogWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LogWidget.cpp; path = OSCWidgets/LogWidget.cpp; sourceTree = SOURCE_ROOT; };
69FD62231CB370F0006A81D8 /* LogWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LogWidget.h; path = OSCWidgets/LogWidget.h; sourceTree = SOURCE_ROOT; };
69FD62271CB37170006A81D8 /* moc_LogWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = moc_LogWidget.cpp; path = OSCWidgets/moc_LogWidget.cpp; sourceTree = SOURCE_ROOT; };
72C52627209CFA98006B8CCB /* QtCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtCore.framework; path = Users/chrismizerak/Qt5.6.3/5.6.3/clang_64/lib/QtCore.framework; sourceTree = "<group>"; };
72C52628209CFA98006B8CCB /* QtGui.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtGui.framework; path = Users/chrismizerak/Qt5.6.3/5.6.3/clang_64/lib/QtGui.framework; sourceTree = "<group>"; };
72C52629209CFA98006B8CCB /* QtNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtNetwork.framework; path = Users/chrismizerak/Qt5.6.3/5.6.3/clang_64/lib/QtNetwork.framework; sourceTree = "<group>"; };
72C5262A209CFA98006B8CCB /* QtWidgets.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtWidgets.framework; path = Users/chrismizerak/Qt5.6.3/5.6.3/clang_64/lib/QtWidgets.framework; sourceTree = "<group>"; };
72C52627209CFA98006B8CCB /* QtCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtCore.framework; path = $HOME/Qt5.6.3/5.6.3/clang_64/lib/QtCore.framework; sourceTree = "<group>"; };
72C52628209CFA98006B8CCB /* QtGui.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtGui.framework; path = $HOME/Qt5.6.3/5.6.3/clang_64/lib/QtGui.framework; sourceTree = "<group>"; };
72C52629209CFA98006B8CCB /* QtNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtNetwork.framework; path = $HOME/Qt5.6.3/5.6.3/clang_64/lib/QtNetwork.framework; sourceTree = "<group>"; };
72C5262A209CFA98006B8CCB /* QtWidgets.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QtWidgets.framework; path = $HOME/Qt5.6.3/5.6.3/clang_64/lib/QtWidgets.framework; sourceTree = "<group>"; };
971D40941BD1AB7F00661378 /* EditPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EditPanel.cpp; path = OSCWidgets/EditPanel.cpp; sourceTree = SOURCE_ROOT; };
971D40951BD1AB7F00661378 /* EditPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EditPanel.h; path = OSCWidgets/EditPanel.h; sourceTree = SOURCE_ROOT; };
971D40961BD1AB7F00661378 /* ToyXY.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ToyXY.cpp; path = OSCWidgets/ToyXY.cpp; sourceTree = SOURCE_ROOT; };
Expand Down

0 comments on commit 4d4cfc5

Please sign in to comment.