Warning, /graphics/kphotoalbum/AndroidRemoteControl/AndroidRemoteControl.pro is written in an unsupported language. File is not indexed.

0001 QT += qml quick network widgets
0002 CONFIG += c++11
0003 TARGET=KPhotoAlbum
0004 
0005 SOURCES += main.cpp \
0006     RemoteInterface.cpp \
0007     RemoteConnection.cpp \
0008     RemoteImage.cpp \
0009     RemoteCommand.cpp \
0010     Client.cpp \
0011     CategoryModel.cpp \
0012     MyImage.cpp \
0013     SearchInfo.cpp \
0014     Settings.cpp \
0015     ImageStore.cpp \
0016     ScreenInfo.cpp \
0017     Action.cpp \
0018     History.cpp \
0019     ThumbnailModel.cpp \
0020     ImageDetails.cpp \
0021     DiscoveryModel.cpp \
0022     PositionObserver.cpp
0023 
0024 OTHER_FILES += \
0025     qml/main.qml \
0026     qml/Icon.qml \
0027     qml/OverviewPage.qml \
0028     qml/ThumbnailsPage.qml \
0029     qml/ImageViewer.qml \
0030     qml/ScrollBar.qml \
0031     android/AndroidManifest.xml \
0032     qml/ImageDetails.qml \
0033     qml/CategoryListView.qml \
0034     qml/PositionObserver.qml \
0035     qml/Keyboard.qml \
0036     qml/Cell.qml
0037 
0038 RESOURCES += \
0039     resources.qrc
0040 
0041 HEADERS += \
0042     RemoteInterface.h \
0043     RemoteConnection.h \
0044     RemoteImage.h \
0045     RemoteCommand.h \
0046     Client.h \
0047     CategoryModel.h \
0048     MyImage.h \
0049     SearchInfo.h \
0050     Settings.h \
0051     ImageStore.h \
0052     ScreenInfo.h \
0053     Types.h \
0054     Action.h \
0055     History.h \
0056     ThumbnailModel.h \
0057     ImageDetails.h \
0058     DiscoveryModel.h \
0059     PositionObserver.h \
0060     Serializer.h
0061 
0062 ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android