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
Branches
Tags
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
# ############################################################################## # ##############################################################################
TEMPLATE = app TEMPLATE = app
TARGET = PulsatingScience TARGET = PulsatingScience
CONFIG += warn_on
QT += core \ QT += core \
gui \ gui \
opengl \ opengl \
...@@ -38,6 +39,7 @@ RESOURCES += src/pulsatingscience.qrc \ ...@@ -38,6 +39,7 @@ RESOURCES += src/pulsatingscience.qrc \
src/pulsatingsciencehelp.qrc src/pulsatingsciencehelp.qrc
TS_DIR = src/resources TS_DIR = src/resources
TRANSLATIONS = src/resources/pulsatingscience_de.ts TRANSLATIONS = src/resources/pulsatingscience_de.ts
INCLUDEPATH += ./
UI_DIR = src/.ui UI_DIR = src/.ui
RCC_DIR = src/.rcc RCC_DIR = src/.rcc
MOC_DIR = src/.moc 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