#-------------------------------------------------
#
# Project created by QtCreator 2012-10-25T13:22:40
#
#-------------------------------------------------
QT += core gui
#QT += androidextras
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = planetdance
TEMPLATE = app
CONFIG += warn_off
CONFIG(debug, debug|release) {
DEFINES += PDDEBUG
}
SOURCES += swecl.c \
swedate.c \
swehel.c \
swehouse.c \
swejpl.c \
swemmoon.c \
swemplan.c \
swemptab.c \
swepcalc.c \
swepdate.c \
sweph.c \
swephlib.c \
main.cpp\
mainwindow.cpp \
utils.cpp \
astro.cpp \
edit.cpp \
draw.cpp \
options.cpp \
db.cpp \
ephemeris.cpp \
editplaces.cpp \
graph.cpp \
dialogs.cpp
# androidutils.cpp
HEADERS += swedate.h \
swedll.h \
swehouse.h \
swejpl.h \
swenut2000a.h \
sweodef.h \
swepcalc.h \
sweph.h \
swephexp.h \
swephlib.h \
mainwindow.h \
utils.h \
astro.h \
edit.h \
draw.h \
options.h \
db.h \
ephemeris.h \
editplaces.h \
graph.h \
dialogs.h
#androidutils.h
LIBS += g:\planetdance\libswe.a
RESOURCES = application.qrc
OTHER_FILES += \
android/res/values-ru/strings.xml \
android/res/values-rs/strings.xml \
android/res/values/strings.xml \
android/res/values/libs.xml \
android/res/values-de/strings.xml \
android/res/drawable-hdpi/icon.png \
android/res/values-et/strings.xml \
android/res/values-zh-rTW/strings.xml \
android/res/values-pt-rBR/strings.xml \
android/res/values-id/strings.xml \
android/res/values-fr/strings.xml \
android/res/values-ja/strings.xml \
android/res/drawable-ldpi/icon.png \
android/res/values-ms/strings.xml \
android/res/values-fa/strings.xml \
android/res/values-pl/strings.xml \
android/res/values-nl/strings.xml \
android/res/values-nb/strings.xml \
android/res/drawable-mdpi/icon.png \
android/res/values-it/strings.xml \
android/res/values-es/strings.xml \
android/res/drawable/logo.png \
android/res/drawable/icon.png \
android/res/values-el/strings.xml \
android/res/layout/splash.xml \
android/res/values-zh-rCN/strings.xml \
android/res/values-ro/strings.xml \
android/AndroidManifest.xml \
android/src/org/kde/necessitas/ministro/IMinistro.aidl \
android/src/org/kde/necessitas/ministro/IMinistroCallback.aidl \
android/src/org/kde/necessitas/origo/QtApplication.java \
android/src/org/kde/necessitas/origo/QtActivity.java \
android/version.xml
#android {
#files1.path = /assets/eph
#files1.files = /assets/eph/*.se1
#INSTALLS += files1
#}
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
Bookmarks