Skip to content

Commit

Permalink
Qt: Clean up QtHost.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Mar 1, 2014
1 parent 5dec831 commit ed4f505
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 719 deletions.
2 changes: 1 addition & 1 deletion Qt/PPSSPP.pro
Expand Up @@ -82,6 +82,7 @@ SOURCES += $$P/UI/*Screen.cpp \
$$P/UI/Store.cpp \
$$P/UI/GamepadEmu.cpp \
$$P/UI/GameInfoCache.cpp \
$$P/UI/NativeApp.cpp \
$$P/UI/OnScreenDisplay.cpp \
$$P/UI/TiltEventProcessor.cpp \
$$P/UI/UIShader.cpp \
Expand Down Expand Up @@ -112,7 +113,6 @@ INCLUDEPATH += $$P $$P/Common $$P/native $$P/native/ext
} else {
# Desktop handles the Init separately
RESOURCES += $$P/Qt/assets.qrc
SOURCES += $$P/UI/NativeApp.cpp
}

# Packaging
Expand Down

0 comments on commit ed4f505

Please sign in to comment.