Skip to content
Snippets Groups Projects
Commit 0c7ca8a2 authored by Oliver Bock's avatar Oliver Bock
Browse files

Added local includepath (somehow required on windows)

parent e3720bcc
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
# ##############################################################################
TEMPLATE = app
TARGET = PulsatingScience
CONFIG += warn_on
QT += core \
gui \
opengl \
......@@ -38,6 +39,7 @@ RESOURCES += src/pulsatingscience.qrc \
src/pulsatingsciencehelp.qrc
TS_DIR = src/resources
TRANSLATIONS = src/resources/pulsatingscience_de.ts
INCLUDEPATH += ./
UI_DIR = src/.ui
RCC_DIR = src/.rcc
MOC_DIR = src/.moc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment