summaryrefslogtreecommitdiffstats
path: root/startup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'startup.pro')
-rw-r--r--startup.pro45
1 files changed, 0 insertions, 45 deletions
diff --git a/startup.pro b/startup.pro
deleted file mode 100644
index aecf0aa..0000000
--- a/startup.pro
+++ /dev/null
@@ -1,45 +0,0 @@
-QT += qml quick widgets quickcontrols2
-TARGET = qtlauncher
-
-DEFINES += APPLICATION_VERSION=\\\"2.0.1\\\"
-
-qtHaveModule(webengine) {
- DEFINES += USE_QTWEBENGINE
- QT += webengine
-}
-
-HEADERS += \
- src/engine.h \
- src/applicationsmodel.h \
- src/applicationsmodel_p.h \
- src/fpscounter.h \
- src/applicationsettings.h \
- src/settingsmanager.h \
- src/imageproviders.h \
- src/circularindicator.h \
- src/automationhelper.h
-
-SOURCES += src/main.cpp \
- src/engine.cpp \
- src/applicationsmodel.cpp \
- src/fpscounter.cpp \
- src/applicationsettings.cpp \
- src/settingsmanager.cpp \
- src/imageproviders.cpp \
- src/circularindicator.cpp \
- src/automationhelper.cpp
-
-target.path = $$[INSTALL_ROOT]/usr/bin
-
-INSTALLS += target
-
-RESOURCES += \
- icons.qrc \
- images.qrc \
- fonts.qrc \
- qml.qrc
-
-static {
- QTPLUGIN += qtvirtualkeyboardplugin
- QT += svg
-}