From 6dda20665586c0e885fafaafc4cb86501966496f Mon Sep 17 00:00:00 2001 From: MPIBR-kretschmerf Date: Fri, 21 Oct 2016 16:17:57 +0200 Subject: [PATCH] removed win32 section since project is windows only anyhow --- AudioGameGUI.pro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/AudioGameGUI.pro b/AudioGameGUI.pro index d248c12..7d418fd 100644 --- a/AudioGameGUI.pro +++ b/AudioGameGUI.pro @@ -14,6 +14,7 @@ CONFIG += c++11 DEFINES += APP_VERSION=\\\"0.1\\\" RESOURCES = application.qrc RC_FILE = app.rc + QT += axcontainer TYPELIBS = $$system(dumpcpp -getfile {D323A622-1D13-11D4-8858-444553540000}) @@ -25,6 +26,8 @@ isEmpty(TYPELIBS) { SOURCES += rpcoxlib.cpp } +LIBS += -L"C:\\Program Files (x86)\\National Instruments\\Shared\\ExternalCompilerSupport\\C\\lib64\\msvc" \ + -lNIDAQmx TARGET = AudioGameGUI TEMPLATE = app @@ -56,7 +59,3 @@ FORMS += mainwindow.ui \ AboutDialog.ui DISTFILES += - - -LIBS += -L"C:\\Program Files (x86)\\National Instruments\\Shared\\ExternalCompilerSupport\\C\\lib64\\msvc" \ - -lNIDAQmx